Represents the data for a single escalation policy, including its attributes, ID, relationships, and resource type.

Hierarchy

  • EscalationPolicyData

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

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

id?: string

Specifies the unique identifier of the escalation policy.

Represents the relationships for an escalation policy, including references to steps and teams.

Indicates that the resource is of type policies.

Generated using TypeDoc