Maintenance Window Response
data class MaintenanceWindowResponse(val customWindow: String? = null, val dayOfWeek: Int? = null, val startHour: Int? = null, val startMinute: Int? = null)
Maintenance window properties of a server.