Get Domain Off Peak Window Options
data class GetDomainOffPeakWindowOptions(val enabled: Boolean, val offPeakWindows: List<GetDomainOffPeakWindowOptionsOffPeakWindow>) : ConvertibleToJava<GetDomainOffPeakWindowOptions>
Constructors
Link copied to clipboard
fun GetDomainOffPeakWindowOptions(enabled: Boolean, offPeakWindows: List<GetDomainOffPeakWindowOptionsOffPeakWindow>)