ResourcePolicyWeeklyCycleDayOfWeekResponse

data class ResourcePolicyWeeklyCycleDayOfWeekResponse(val day: String, val duration: String, val startTime: String)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: String

Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.

Link copied to clipboard

Output only Duration of the time window, automatically chosen to be smallest possible in the given scenario.

Link copied to clipboard

Time within the window to start the operations. It must be in format "HH:MM", where HH : 00-23 and MM : 00-00 GMT.