Class ScheduleUpdateRequestDataAttributes

Defines the updatable attributes for a schedule, such as name, time zone, tags, and layers.

Hierarchy

  • ScheduleUpdateRequestDataAttributes

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

The updated list of layers (rotations) for this schedule.

name: string

A short name for the schedule.

tags?: string[]

A list of tags that you can associate with this schedule.

timeZone: string

The time zone used when interpreting rotation times.

Generated using TypeDoc