DomainOffPeakWindowOptions

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Specifies whether off-peak window settings are enabled for the domain.

Link copied to clipboard

Off-peak window settings for the domain.