The main data object representing a schedule's on-call responders lookup, including relationships and metadata.

Hierarchy

  • ScheduleOnCallRespondersData

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

Attributes for a schedule's on-call responders lookup.

id?: string

Unique identifier of this on-call responders lookup.

Relationships for a schedule's on-call responders lookup, including the schedule and its responder groups.

Represents the resource type for a schedule's grouped on-call responders across the previous, current, and next positions.

Generated using TypeDoc