Defines the main on-call responder object for a team, including relationships and metadata.

Hierarchy

  • TeamOnCallRespondersData

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
id?: string

Unique identifier of the on-call responder configuration.

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

Represents the resource type for a group of users assigned to handle on-call duties within a team.

Generated using TypeDoc