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