EnvironmentMaintenanceWindow

data class EnvironmentMaintenanceWindow(val applyTimeOf: EnvironmentMaintenanceWindowApplyTimeOf? = null, val daysOfTheWeek: List<EnvironmentDayOfWeek>? = null, val endTimeHour: Int? = null, val endTimeMinute: Int? = null, val startTimeHour: Int? = null, val startTimeMinute: Int? = null, val type: EnvironmentMaintenanceWindowType)

Constructors

Link copied to clipboard
constructor(applyTimeOf: EnvironmentMaintenanceWindowApplyTimeOf? = null, daysOfTheWeek: List<EnvironmentDayOfWeek>? = null, endTimeHour: Int? = null, endTimeMinute: Int? = null, startTimeHour: Int? = null, startTimeMinute: Int? = null, type: EnvironmentMaintenanceWindowType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The desired time zone maintenance window.

Link copied to clipboard

The date of maintenance window.

Link copied to clipboard
val endTimeHour: Int? = null

The hour end time of maintenance window.

Link copied to clipboard
val endTimeMinute: Int? = null

The minute end time of maintenance window.

Link copied to clipboard
val startTimeHour: Int? = null

The hour start time of maintenance window.

Link copied to clipboard
val startTimeMinute: Int? = null

The minute start time of maintenance window.

Link copied to clipboard

The type of maintenance window.