Class IncidentImpactFieldDataAttributesRequest

Attributes for creating an impact field.

Hierarchy

  • IncidentImpactFieldDataAttributesRequest

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 (used as identifier).

tagKey?: string

The tag key associated with the field (for metrictag type).

Generated using TypeDoc