Class ScheduleUpdateRequestDataAttributesLayersItemsInterval

Specifies how the rotation repeats: number of days, plus optional seconds, up to the given maximums.

Hierarchy

  • ScheduleUpdateRequestDataAttributesLayersItemsInterval

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

How many days each rotation cycle should span.

seconds?: number

Additional seconds to add to the rotation cycle (for example, partial days).

Generated using TypeDoc