class Google::Apis::AdmobV1::ReportWarning
Warnings associated with generation of the report.
Attributes
description[RW]
Describes the details of the warning message, in English. Corresponds to the JSON property `description` @return [String]
type[RW]
Type of the warning. Corresponds to the JSON property `type` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admob_v1/classes.rb, line 1004 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/admob_v1/classes.rb, line 1009 def update!(**args) @description = args[:description] if args.key?(:description) @type = args[:type] if args.key?(:type) end