GoogleApi.AdMob.V1.Model.ReportFooter (google_api_ad_mob v0.6.1) 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 matched the request. Warning: This count does NOT always match the number of rows in the response. Do not make that assumption when processing the response. -
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
Specs
t() :: %GoogleApi.AdMob.V1.Model.ReportFooter{ matchingRowCount: String.t(), warnings: [GoogleApi.AdMob.V1.Model.ReportWarning.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.