BrokerMaintenanceWindowStartTime

data class BrokerMaintenanceWindowStartTime(val dayOfWeek: String, val timeOfDay: String, val timeZone: String)

Constructors

Link copied to clipboard
constructor(dayOfWeek: String, timeOfDay: String, timeZone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Day of the week, e.g., MONDAY, TUESDAY, or WEDNESDAY.

Link copied to clipboard

Time, in 24-hour format, e.g., 02:00.

Link copied to clipboard

Time zone in either the Country/City format or the UTC offset format, e.g., CET.