Class EscalationPolicyUpdateRequestData

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

Hierarchy

  • EscalationPolicyUpdateRequestData

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 that can be updated for an escalation policy, such as description, name, resolution behavior, retries, and steps.

id: string

Specifies the unique identifier of the escalation policy being updated.

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

Indicates that the resource is of type policies.

Generated using TypeDoc