Class IntegrationIncidentFieldMappingsItems

Mapping between an incident user-defined field and a case field.

Hierarchy

  • IntegrationIncidentFieldMappingsItems

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

The case field to map the incident field value to.

incidentUserDefinedFieldId?: string

The identifier of the incident user-defined field to map from.

Generated using TypeDoc