ScheduleFlexibleTimeWindow

data class ScheduleFlexibleTimeWindow(val maximumWindowInMinutes: Int? = null, val mode: String)

Constructors

Link copied to clipboard
constructor(maximumWindowInMinutes: Int? = null, mode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum time window during which a schedule can be invoked. Ranges from 1 to 1440 minutes.

Link copied to clipboard

Determines whether the schedule is invoked within a flexible time window. One of: OFF, FLEXIBLE.