Case update status attributes

Hierarchy

  • CaseUpdateStatusAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
status?: CaseStatus

Deprecated way of representing the case status, which only supports OPEN, IN_PROGRESS, and CLOSED statuses. Use status_name instead.

statusName?: string

Status of the case. Must be one of the existing statuses for the case's type.

Generated using TypeDoc