Class: Google::Apis::DataflowV1b3::ModifyTemplateVersionTagResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataflowV1b3::ModifyTemplateVersionTagResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dataflow_v1b3/classes.rb,
generated/google/apis/dataflow_v1b3/representations.rb,
generated/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.
3163 3164 3165 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3163 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tags ⇒ Array<String>
All the tags in the TemplateVersion.
Corresponds to the JSON property tags
3161 3162 3163 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3161 def @tags end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3168 3169 3170 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3168 def update!(**args) @tags = args[:tags] if args.key?(:tags) end |