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
fun ScheduleFlexibleTimeWindow(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