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.
Constructors
Link copied to clipboard
fun MaintenanceWindowResponse(customWindow: String? = null, dayOfWeek: Int? = null, startHour: Int? = null, startMinute: Int? = null)