ScheduleFlexibleTimeWindow

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

Constructors

Link copied to clipboard
constructor(maximumWindowInMinutes: Double? = null, mode: ScheduleFlexibleTimeWindowMode)

Types

Link copied to clipboard
object Companion

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"