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

Representation of a dimension value.

Attributes

  • displayLabel (type: String.t, default: nil) - The localized string representation of the value. If unspecified, the display label should be derived from the value.
  • value (type: String.t, default: nil) - Dimension value in the format specified in the report's spec Dimension enum.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdMob.V1.Model.ReportRowDimensionValue{
  displayLabel: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.