Class LayerAttributesRestrictionsItems

Represents a time restriction within a layer, specifying the days and times when this layer is active or inactive.

Hierarchy

  • LayerAttributesRestrictionsItems

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 end day of the restriction within a Layer.

endTime?: string

The time of day the restriction ends (hh:mm:ss).

Defines the start day of the restriction within a Layer.

startTime?: string

The time of day the restriction begins (hh:mm:ss).

Generated using TypeDoc