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