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

Hierarchy

  • ScheduleDataAttributes

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

A short name for the schedule.

timeZone?: string

The time zone in which this schedule operates.

Generated using TypeDoc