Get Maintenance Configuration Result
data class GetMaintenanceConfigurationResult(val id: String, val name: String, val notAllowedTime: List<TimeSpanResponse>? = null, val systemData: SystemDataResponse, val timeInWeek: List<TimeInWeekResponse>? = null, val type: String)
See planned maintenance for more information about planned maintenance.
Constructors
Link copied to clipboard
constructor(id: String, name: String, notAllowedTime: List<TimeSpanResponse>? = null, systemData: SystemDataResponse, timeInWeek: List<TimeInWeekResponse>? = null, type: String)