FlowTriggerConfig class
Constructors
-
FlowTriggerConfig({Input<
FlowTriggerConfigTriggerProperties?> ? triggerProperties, required Input<String> triggerType}) -
Creates a new FlowTriggerConfig.
triggerPropertiesConfiguration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to theScheduledtrigger type. See thetrigger_config.trigger_propertiesBlock for details.triggerTypeType of flow trigger. Valid values areScheduled,Event, andOnDemand.const -
FlowTriggerConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
triggerProperties
→ Input<
FlowTriggerConfigTriggerProperties?> ? -
Configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the
Scheduledtrigger type. See thetrigger_config.trigger_propertiesBlock for details.final -
triggerType
→ Input<
String> -
Type of flow trigger. Valid values are
Scheduled,Event, andOnDemand.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited