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

Unique identifier of the user assigned to the case.

description?: string

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

priority?: CasePriority

Case priority

title?: string

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

Generated using TypeDoc