DomainOffPeakWindowOptions

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard