View Source GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1DimensionValue (google_api_play_developer_reporting v0.5.0)

Represents the value of a single dimension.

Attributes

  • dimension (type: String.t, default: nil) - Name of the dimension.
  • int64Value (type: String.t, default: nil) - Actual value, represented as an int64.
  • stringValue (type: String.t, default: nil) - Actual value, represented as a string.
  • valueLabel (type: String.t, default: nil) - Optional. Human-friendly label for the value, always in English. For example, 'Spain' for the 'ES' country code. Whereas the dimension value is stable, this value label is subject to change. Do not assume that the (value, value_label) relationship is stable. For example, the ISO country code 'MK' changed its name recently to 'North Macedonia'.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1DimensionValue{
    dimension: String.t() | nil,
    int64Value: String.t() | nil,
    stringValue: String.t() | nil,
    valueLabel: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.