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

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.

tags?: string[]

A list of tags associated with this schedule.

timeZone?: string

The time zone in which this schedule operates.

Generated using TypeDoc