View Source GoogleApi.AdMob.V1.Model.ReportFooter (google_api_ad_mob v0.10.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdMob.V1.Model.ReportFooter{
  matchingRowCount: String.t() | nil,
  warnings: [GoogleApi.AdMob.V1.Model.ReportWarning.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.