Class ScheduleCreateRequestDataAttributesLayersItemsInterval

Defines how frequently the rotation repeats, using days and/or seconds (up to certain limits).

Hierarchy

  • ScheduleCreateRequestDataAttributesLayersItemsInterval

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
days?: number

The number of full days in each rotation period.

seconds?: number

Extra seconds that may be added to extend the rotation beyond whole days.

Generated using TypeDoc