Class ScheduleUpdateRequestDataAttributesLayersItems

Represents a layer within a schedule update, including rotation details, members, and optional restrictions.

Hierarchy

  • ScheduleUpdateRequestDataAttributesLayersItems

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
effectiveDate: Date

When this updated layer takes effect (ISO 8601 format).

endDate?: Date

When this updated layer should stop being active (ISO 8601 format).

id?: string

A unique identifier for the layer being updated.

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

The members assigned to this layer.

name: string

The name for this layer (for example, "Secondary Coverage").

Any time restrictions that define when this layer is active.

rotationStart: Date

The date/time at which the rotation begins (ISO 8601 format).

Generated using TypeDoc