Class SyntheticsDowntimeTimeSlotResponse

A time slot returned in a Synthetics downtime response.

Hierarchy

  • SyntheticsDowntimeTimeSlotResponse

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
duration: number

The duration of the time slot in seconds.

id: string

The unique identifier of the time slot.

name?: string

The label for the time slot.

Recurrence settings returned in a Synthetics downtime time slot response.

A specific date and time used to define the start or end of a Synthetics downtime time slot.

timezone: string

The IANA timezone name for the time slot.

Generated using TypeDoc