Class: Google::Apis::DeploymentmanagerV2::DeploymentUpdateLabelEntry
- Inherits:
-
Object
- Object
- Google::Apis::DeploymentmanagerV2::DeploymentUpdateLabelEntry
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/deploymentmanager_v2/classes.rb,
generated/google/apis/deploymentmanager_v2/representations.rb,
generated/google/apis/deploymentmanager_v2/representations.rb
Instance Attribute Summary collapse
-
#key ⇒ String
Corresponds to the JSON property
key
. -
#value ⇒ String
Corresponds to the JSON property
value
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DeploymentUpdateLabelEntry
constructor
A new instance of DeploymentUpdateLabelEntry.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DeploymentUpdateLabelEntry
Returns a new instance of DeploymentUpdateLabelEntry
417 418 419 |
# File 'generated/google/apis/deploymentmanager_v2/classes.rb', line 417 def initialize(**args) update!(**args) end |
Instance Attribute Details
#key ⇒ String
Corresponds to the JSON property key
410 411 412 |
# File 'generated/google/apis/deploymentmanager_v2/classes.rb', line 410 def key @key end |
#value ⇒ String
Corresponds to the JSON property value
415 416 417 |
# File 'generated/google/apis/deploymentmanager_v2/classes.rb', line 415 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
422 423 424 425 |
# File 'generated/google/apis/deploymentmanager_v2/classes.rb', line 422 def update!(**args) @key = args[:key] if args.key?(:key) @value = args[:value] if args.key?(:value) end |