Represents a summary of a schedule, linking its core attributes and team relationships.

Hierarchy

  • ScheduleListItem

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

Provides core properties of a schedule object such as its name and time zone.

id: string

The schedule's unique identifier.

Groups the relationships for a schedule summary, referencing its teams.

Schedules resource type.

Generated using TypeDoc