Attributes of the case to create.

Hierarchy

  • CreateCaseRequestDataAttributes

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
assigneeId?: string

The unique identifier of the user assigned to the case.

description?: string

The description of the case. If not provided, the description will be automatically generated.

priority?: CasePriority

Case priority

title?: string

The title of the case. If not provided, the title will be automatically generated.

Generated using TypeDoc