Class: Google::Apis::DataflowV1b3::ModifyTemplateVersionLabelResponse

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 labels in the TemplateVersion.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ModifyTemplateVersionLabelResponse

Returns a new instance of ModifyTemplateVersionLabelResponse.



3129
3130
3131
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3129

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

Instance Attribute Details

#labelsHash<String,String>

All the label in the TemplateVersion. Corresponds to the JSON property labels

Returns:

  • (Hash<String,String>)


3127
3128
3129
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3127

def labels
  @labels
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3134
3135
3136
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 3134

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