MaintenanceWindowPropertiesResponse

data class MaintenanceWindowPropertiesResponse(val dayOfWeek: String? = null, val hour: Int? = null)

Maintenance window starting hour and day of week.

Constructors

Link copied to clipboard
constructor(dayOfWeek: String? = null, hour: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dayOfWeek: String? = null

Day of the week.

Link copied to clipboard
val hour: Int? = null

The update start hour of the day. (0 - 23)