FlowScheduledTriggerProperties

data class FlowScheduledTriggerProperties(val dataPullMode: FlowScheduledTriggerPropertiesDataPullMode? = null, val firstExecutionFrom: Double? = null, val flowErrorDeactivationThreshold: Int? = null, val scheduleEndTime: Double? = null, val scheduleExpression: String, val scheduleOffset: Double? = null, val scheduleStartTime: Double? = null, val timeZone: String? = null)

Details required for scheduled trigger type

Constructors

Link copied to clipboard
fun FlowScheduledTriggerProperties(dataPullMode: FlowScheduledTriggerPropertiesDataPullMode? = null, firstExecutionFrom: Double? = null, flowErrorDeactivationThreshold: Int? = null, scheduleEndTime: Double? = null, scheduleExpression: String, scheduleOffset: Double? = null, scheduleStartTime: Double? = null, timeZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scheduleEndTime: Double? = null
Link copied to clipboard
Link copied to clipboard
val scheduleOffset: Double? = null
Link copied to clipboard
Link copied to clipboard
val timeZone: String? = null