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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.