Contains all data needed to update an existing schedule, including its attributes (such as name, layers, or tags) and any relationships to teams.

Hierarchy

  • ScheduleUpdateRequestData

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

Defines the updatable attributes for a schedule, such as name, time zone, tags, and layers.

id: string

The ID of the schedule to be updated.

Houses relationships for the schedule update, typically referencing teams.

Schedules resource type.

Generated using TypeDoc