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.



3178
3179
3180
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3178

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>)


3176
3177
3178
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3176

def tags
  @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