google_api_ad_mob v0.4.0 GoogleApi.AdMob.V1.Model.ReportRowDimensionValue View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.AdMob.V1.Model.ReportRowDimensionValue{
  displayLabel: String.t(),
  value: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.