Class ScheduleUpdateRequestDataAttributesLayersItemsRestrictionsItems

Defines a time restriction object for a layer within a schedule update, including start and end days, as well as times.

Hierarchy

  • ScheduleUpdateRequestDataAttributesLayersItemsRestrictionsItems

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

Defines the day of the week on which the time restriction ends.

endTime?: string

The time at which this restriction ends (hh:mm:ss).

Defines the day of the week on which the time restriction starts.

startTime?: string

The time at which this restriction starts (hh:mm:ss).

Generated using TypeDoc