FlowTriggerConfig

data class FlowTriggerConfig(val triggerProperties: FlowTriggerConfigTriggerProperties? = null, val triggerType: String)

Constructors

Link copied to clipboard
constructor(triggerProperties: FlowTriggerConfigTriggerProperties? = null, triggerType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the Scheduled trigger type. See Scheduled Trigger Properties for details.

Link copied to clipboard

Type of flow trigger. Valid values are Scheduled, Event, and OnDemand.