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