Flexible Server Maintenance Window
data class FlexibleServerMaintenanceWindow(val dayOfWeek: Int? = null, val startHour: Int? = null, val startMinute: Int? = null)
Constructors
Link copied to clipboard
fun FlexibleServerMaintenanceWindow(dayOfWeek: Int? = null, startHour: Int? = null, startMinute: Int? = null)