WeeklyMaintenanceWindowResponse

data class WeeklyMaintenanceWindowResponse(val day: String, val duration: String, val startTime: TimeOfDayResponse)

Time window specified for weekly operations.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: String

Allows to define schedule that runs specified day of the week.

Link copied to clipboard

Duration of the time window.

Link copied to clipboard

Start time of the window in UTC.