Class ScheduleCreateRequestDataAttributesLayersItems

Describes a schedule layer, including rotation intervals, members, restrictions, and timeline settings.

Hierarchy

  • ScheduleCreateRequestDataAttributesLayersItems

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

The date/time when this layer becomes active (in ISO 8601).

endDate?: Date

The date/time after which this layer no longer applies (in ISO 8601).

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

A list of members who participate in this layer's rotation.

name: string

The name of this layer.

Zero or more time-based restrictions (for example, only weekdays, during business hours).

rotationStart: Date

The date/time when the rotation for this layer starts (in ISO 8601).

Generated using TypeDoc