Schedule Flexible Time Window
data class ScheduleFlexibleTimeWindow(val maximumWindowInMinutes: Double? = null, val mode: ScheduleFlexibleTimeWindowMode)
Flexible time window allows configuration of a window within which a schedule can be invoked
Properties
Link copied to clipboard
The maximum time window during which a schedule can be invoked.
Link copied to clipboard
Determines whether the schedule is invoked within a flexible time window. You must use quotation marks when you specify this value in your JSON or YAML template. Allowed Values : "OFF"
| "FLEXIBLE"