Class EscalationPolicyCreateRequestData

Represents the data for creating an escalation policy, including its attributes, relationships, and resource type.

Hierarchy

  • EscalationPolicyCreateRequestData

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 attributes for creating an escalation policy, including its description, name, resolution behavior, retries, and steps.

Represents relationships in an escalation policy creation request, including references to teams.

Indicates that the resource is of type policies.

Generated using TypeDoc