Domain Off Peak Window Options
data class DomainOffPeakWindowOptions(val enabled: Boolean? = null, val offPeakWindow: DomainOffPeakWindow? = null)
Constructors
Link copied to clipboard
fun DomainOffPeakWindowOptions(enabled: Boolean? = null, offPeakWindow: DomainOffPeakWindow? = null)