Class: Google::Apis::WorkflowexecutionsV1::VariableData
- Inherits:
-
Object
- Object
- Google::Apis::WorkflowexecutionsV1::VariableData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/workflowexecutions_v1/classes.rb,
lib/google/apis/workflowexecutions_v1/representations.rb,
lib/google/apis/workflowexecutions_v1/representations.rb
Overview
VariableData contains the variable data for this step.
Instance Attribute Summary collapse
-
#variables ⇒ Hash<String,Object>
Variables that are associated with this step.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VariableData
constructor
A new instance of VariableData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ VariableData
Returns a new instance of VariableData.
842 843 844 |
# File 'lib/google/apis/workflowexecutions_v1/classes.rb', line 842 def initialize(**args) update!(**args) end |
Instance Attribute Details
#variables ⇒ Hash<String,Object>
Variables that are associated with this step.
Corresponds to the JSON property variables
840 841 842 |
# File 'lib/google/apis/workflowexecutions_v1/classes.rb', line 840 def variables @variables end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
847 848 849 |
# File 'lib/google/apis/workflowexecutions_v1/classes.rb', line 847 def update!(**args) @variables = args[:variables] if args.key?(:variables) end |