Class DowntimeScheduleCurrentDowntimeResponse

The most recent actual start and end dates for a recurring downtime. For a canceled downtime, this is the previously occurring downtime. For active downtimes, this is the ongoing downtime, and for scheduled downtimes it is the upcoming downtime.

Hierarchy

  • DowntimeScheduleCurrentDowntimeResponse

Constructors

Properties

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
end?: Date

The end of the current downtime.

start?: Date

The start of the current downtime.

Generated using TypeDoc