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

Representation of a metric value.

Attributes

  • doubleValue (type: float(), default: nil) - Double precision (approximate) decimal values. Rates are from 0 to 1.
  • integerValue (type: String.t, default: nil) - Metric integer value.
  • microsValue (type: String.t, default: nil) - Amount in micros. One million is equivalent to one unit. Currency value is in the unit (USD, EUR or other) specified by the request. For example, $6.50 whould be represented as 6500000 micros.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdMob.V1.Model.ReportRowMetricValue{
  doubleValue: float() | nil,
  integerValue: String.t() | nil,
  microsValue: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.