Represents a complete escalation policy response, including policy data and optionally included related resources.

Hierarchy

  • EscalationPolicy

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

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

Provides any included related resources, such as steps or targets, returned with the policy.

Generated using TypeDoc