google_api_ad_mob v0.4.0 GoogleApi.AdMob.V1.Model.ReportFooter View Source
Groups data available after report generation, for example, warnings and row counts. Always sent as the last message in the stream response.
Attributes
matchingRowCount
(type:String.t
, default:nil
) - Total number of rows that did match the request.warnings
(type:list(GoogleApi.AdMob.V1.Model.ReportWarning.t)
, default:nil
) - Warnings associated with generation of the report.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.AdMob.V1.Model.ReportFooter{ matchingRowCount: String.t(), warnings: [GoogleApi.AdMob.V1.Model.ReportWarning.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.