Represents the primary data object for a schedule, linking attributes and relationships.

Hierarchy

  • ScheduleData

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, time zone, and tags.

id?: string

The schedule's unique identifier.

Groups the relationships for a schedule object, referencing layers and teams.

Schedules resource type.

Generated using TypeDoc