class Google::Apis::AdminReportsV1::UsageReports::Warning
Attributes
code[RW]
Machine readable code / warning type. Corresponds to the JSON property `code` @return [String]
data[RW]
Key-Value pairs to give detailed information on the warning. Corresponds to the JSON property `data` @return [Array<Google::Apis::AdminReportsV1::UsageReports::Warning::Datum>]
message[RW]
Human readable message for the warning. Corresponds to the JSON property `message` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/admin_reports_v1/classes.rb, line 541 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/admin_reports_v1/classes.rb, line 546 def update!(**args) @code = args[:code] if args.key?(:code) @data = args[:data] if args.key?(:data) @message = args[:message] if args.key?(:message) end