Class: Google::Apis::DataflowV1b3::ModifyTemplateVersionTagResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ModifyTemplateVersionTagResponse

Returns a new instance of ModifyTemplateVersionTagResponse.



3184
3185
3186
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3184

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#tagsArray<String>

All the tags in the TemplateVersion. Corresponds to the JSON property tags

Returns:

  • (Array<String>)


3182
3183
3184
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3182

def tags
  @tags
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3189
3190
3191
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3189

def update!(**args)
  @tags = args[:tags] if args.key?(:tags)
end