Class DowntimeScheduleOneTimeCreateUpdateRequest

A one-time downtime definition.

Hierarchy

  • DowntimeScheduleOneTimeCreateUpdateRequest

Constructors

Properties

Constructors

Properties

end?: Date

ISO-8601 Datetime to end the downtime. Must include a UTC offset of zero. If not provided, the downtime continues forever.

start?: Date

ISO-8601 Datetime to start the downtime. Must include a UTC offset of zero. If not provided, the downtime starts the moment it is created.

Generated using TypeDoc