GoogleApi.AdMob.V1.Model.ReportRow (google_api_ad_mob v0.9.0) View Source
A row of the returning report.
Attributes
-
dimensionValues(type:%{optional(String.t) => GoogleApi.AdMob.V1.Model.ReportRowDimensionValue.t}, default:nil) - Map of dimension values in a row, with keys as enum name of the dimensions. -
metricValues(type:%{optional(String.t) => GoogleApi.AdMob.V1.Model.ReportRowMetricValue.t}, default:nil) - Map of metric values in a row, with keys as enum name of the metrics. If a metric being requested has no value returned, the map will not include it.
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.ReportRow{
dimensionValues:
%{
optional(String.t()) =>
GoogleApi.AdMob.V1.Model.ReportRowDimensionValue.t()
}
| nil,
metricValues:
%{optional(String.t()) => GoogleApi.AdMob.V1.Model.ReportRowMetricValue.t()}
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.