DomainOffPeakWindowOptions

data class DomainOffPeakWindowOptions(val enabled: Boolean? = null, val offPeakWindow: DomainOffPeakWindowOptionsOffPeakWindow? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, offPeakWindow: DomainOffPeakWindowOptionsOffPeakWindow? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Enabled disabled toggle for off-peak update window.