Represents a single step in an escalation policy, including its attributes, relationships, and resource type.

Hierarchy

  • EscalationPolicyStep

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 attributes for an escalation policy step, such as assignment strategy and escalation timeout.

id?: string

Specifies the unique identifier of this escalation policy step.

Represents the relationship of an escalation policy step to its targets.

Indicates that the resource is of type steps.

Generated using TypeDoc