Class IncidentImpactFieldDataAttributesResponse

Attributes of an impact field in a response.

Hierarchy

  • IncidentImpactFieldDataAttributesResponse

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
displayName: string

The display name of the impact field.

fieldChoices?: IncidentImpactFieldChoice[]

The choices for dropdown or multiselect fields.

The type of an impact field.

name: string

The normalized name of the impact field.

tagKey?: string

The tag key associated with the field.

Generated using TypeDoc