class Google::Apis::DeploymentmanagerAlpha::TypeProviderLabelEntry
Label object for TypeProviders
Attributes
key[RW]
Key of the label Corresponds to the JSON property `key` @return [String]
value[RW]
Value of the label Corresponds to the JSON property `value` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/deploymentmanager_alpha/classes.rb, line 2508 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/deploymentmanager_alpha/classes.rb, line 2513 def update!(**args) @key = args[:key] if args.key?(:key) @value = args[:value] if args.key?(:value) end