Class EscalationPolicyUpdateRequestDataAttributesStepsItems

Defines a single escalation step within an escalation policy update request. Contains assignment strategy, escalation timeout, an optional step ID, and a list of targets.

Hierarchy

  • EscalationPolicyUpdateRequestDataAttributesStepsItems

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

Specifies how this escalation step will assign targets (example default or round-robin).

escalateAfterSeconds?: number

Defines how many seconds to wait before escalating to the next step.

id?: string

Specifies the unique identifier of this step.

Specifies the collection of escalation targets for this step.

Generated using TypeDoc