Class ScheduleCreateRequestDataAttributes

Describes the main attributes for creating a new schedule, including name, layers, time zone, and tags.

Hierarchy

  • ScheduleCreateRequestDataAttributes

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

The layers of on-call coverage that define rotation intervals and restrictions.

name: string

A human-readable name for the new schedule.

tags?: string[]

A list of tags for categorizing or filtering the schedule.

timeZone: string

The time zone in which the schedule is defined.

Generated using TypeDoc