Class IncidentUserDefinedFieldResponseData

Data object for an incident user-defined field response.

Hierarchy

  • IncidentUserDefinedFieldResponseData

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

Attributes of an incident user-defined field.

id: string

The unique identifier of the user-defined field.

Relationships of an incident user-defined field.

The incident user defined fields type.

Generated using TypeDoc