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

Hierarchy

  • SyntheticsDowntimeTimeSlotDate

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

The day component of the date (1-31).

hour: number

The hour component of the time (0-23).

minute: number

The minute component of the time (0-59).

month: number

The month component of the date (1-12).

year: number

The year component of the date.

Generated using TypeDoc