Defines the main attributes of an escalation policy, such as its description, name, and behavior on policy end.

Hierarchy

  • EscalationPolicyDataAttributes

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

Provides a detailed text description of the escalation policy.

name: string

Specifies the name of the escalation policy.

resolvePageOnPolicyEnd?: boolean

Indicates whether the page is automatically resolved when the policy ends.

retries?: number

Specifies how many times the escalation sequence is retried if there is no response.

Generated using TypeDoc