class Google::Apis::DeploymentmanagerV2beta2::Operation::Warning::Datum
Attributes
key[RW]
- Output Only
-
A key for the warning data.
Corresponds to the JSON property `key` @return [String]
value[RW]
- Output Only
-
A warning data value corresponding to the key.
Corresponds to the JSON property `value` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/deploymentmanager_v2beta2/classes.rb, line 557 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/deploymentmanager_v2beta2/classes.rb, line 562 def update!(**args) @key = args[:key] unless args[:key].nil? @value = args[:value] unless args[:value].nil? end