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