ClusterMaintenancePolicyWindowRecurringWindowWindow

data class ClusterMaintenancePolicyWindowRecurringWindowWindow(val endTime: String? = null, val startTime: String? = null)

Constructors

constructor(endTime: String? = null, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endTime: String? = null

The time that the window ends. The end time must take place after the start time.

Link copied to clipboard
val startTime: String? = null

The time that the window first starts.