Class IncidentUserDefinedFieldListResponse

Response containing a list of incident user-defined fields.

Hierarchy

  • IncidentUserDefinedFieldListResponse

Constructors

Properties

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

An array of user-defined field objects.

Pagination metadata for the user-defined field list response.

Generated using TypeDoc