WeeklyMaintenanceWindowResponse

data class WeeklyMaintenanceWindowResponse(val day: String, val duration: String, val startTime: TimeOfDayResponse)

Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.

Constructors

Link copied to clipboard
constructor(day: String, duration: String, startTime: TimeOfDayResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: String

The day of week that maintenance updates occur.

Link copied to clipboard

Duration of the maintenance window. The current window is fixed at 1 hour.

Link copied to clipboard

Start time of the window in UTC time.