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