Class: Google::Apis::DataflowV1b3::ModifyTemplateVersionLabelResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataflowV1b3::ModifyTemplateVersionLabelResponse
- 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 labels in the TemplateVersion.
Instance Attribute Summary collapse
-
#labels ⇒ Hash<String,String>
All the label in the TemplateVersion.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ModifyTemplateVersionLabelResponse
constructor
A new instance of ModifyTemplateVersionLabelResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ModifyTemplateVersionLabelResponse
Returns a new instance of ModifyTemplateVersionLabelResponse.
3114 3115 3116 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3114 def initialize(**args) update!(**args) end |
Instance Attribute Details
#labels ⇒ Hash<String,String>
All the label in the TemplateVersion.
Corresponds to the JSON property labels
3112 3113 3114 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3112 def labels @labels end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3119 3120 3121 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 3119 def update!(**args) @labels = args[:labels] if args.key?(:labels) end |