Class TeamOnCallRespondersDataRelationships

Relationship objects linked to a team's on-call responder configuration, including escalations and responders.

Hierarchy

  • TeamOnCallRespondersDataRelationships

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 escalation policy steps linked to the team's on-call configuration.

Defines the list of users assigned as on-call responders for the team.

Generated using TypeDoc