Class IncidentUserDefinedFieldValidValue

A valid value for an incident user-defined field.

Hierarchy

  • IncidentUserDefinedFieldValidValue

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
description?: string

A detailed description of the valid value.

displayName: string

The human-readable display name for this value.

shortDescription?: string

A short description of the valid value.

value: string

The identifier that is stored when this option is selected.

Generated using TypeDoc