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

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

Instance Method Summary collapse

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

#tagsArray<String>

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

Returns:

  • (Array<String>)


3161
3162
3163
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3161

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