GetDomainOffPeakWindowOptions

data class GetDomainOffPeakWindowOptions(val enabled: Boolean, val offPeakWindows: List<GetDomainOffPeakWindowOptionsOffPeakWindow>) : ConvertibleToJava<GetDomainOffPeakWindowOptions>

Constructors

Link copied to clipboard
constructor(enabled: Boolean, offPeakWindows: List<GetDomainOffPeakWindowOptionsOffPeakWindow>)

Properties

Link copied to clipboard

Enabled disabled toggle for off-peak update window

Functions

Link copied to clipboard
open override fun toJava(): GetDomainOffPeakWindowOptions