class Google::Apis::AdminReportsV1::UsageReports::Warning::Datum

Attributes

key[RW]

Key associated with a key-value pair to give detailed information on the warning. Corresponds to the JSON property `key` @return [String]

value[RW]

Value associated with a key-value pair to give detailed information on the warning. Corresponds to the JSON property `value` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/admin_reports_v1/classes.rb, line 727
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/admin_reports_v1/classes.rb, line 732
def update!(**args)
  @key = args[:key] if args.key?(:key)
  @value = args[:value] if args.key?(:value)
end