Get Domain Auto Tune Option
data class GetDomainAutoTuneOption(val desiredState: String, val maintenanceSchedules: List<GetDomainAutoTuneOptionMaintenanceSchedule>, val rollbackOnDisable: String, val useOffPeakWindow: Boolean)
Constructors
Link copied to clipboard
fun GetDomainAutoTuneOption(desiredState: String, maintenanceSchedules: List<GetDomainAutoTuneOptionMaintenanceSchedule>, rollbackOnDisable: String, useOffPeakWindow: Boolean)