Class EscalationPolicyDataRelationships

Represents the relationships for an escalation policy, including references to steps and teams.

Hierarchy

  • EscalationPolicyDataRelationships

Constructors

Properties

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 relationship to a collection of steps within an escalation policy. Contains an array of step data references.

Defines the relationship to a collection of teams within an escalation policy. Contains an array of team data references.

Generated using TypeDoc