Class IntegrationOnCallEscalationQueriesItems

An On-Call escalation query entry used to route cases to on-call responders.

Hierarchy

  • IntegrationOnCallEscalationQueriesItems

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
enabled?: boolean

Whether this escalation query is enabled.

id?: string

Unique identifier of the escalation query.

query?: string

The query used to match cases for escalation.

The target recipient for an On-Call escalation query.

Generated using TypeDoc