Class: Google::Apis::DataflowV1b3::ModifyTemplateVersionTagResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataflowV1b3::ModifyTemplateVersionTagResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataflow_v1b3/classes.rb,
lib/google/apis/dataflow_v1b3/representations.rb,
lib/google/apis/dataflow_v1b3/representations.rb
Overview
Respond the current tags in the TemplateVersion.
Instance Attribute Summary collapse
-
#tags ⇒ Array<String>
All the tags in the TemplateVersion.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ModifyTemplateVersionTagResponse
constructor
A new instance of ModifyTemplateVersionTagResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ModifyTemplateVersionTagResponse
Returns a new instance of ModifyTemplateVersionTagResponse.
3178 3179 3180 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3178 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tags ⇒ Array<String>
All the tags in the TemplateVersion.
Corresponds to the JSON property tags
3176 3177 3178 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3176 def @tags end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3183 3184 3185 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3183 def update!(**args) @tags = args[:tags] if args.key?(:tags) end |