GoogleApi.DFAReporting.V4.Model.BillingRateTieredRate (google_api_dfa_reporting v0.31.0)

View Source

Attributes

  • highValue (type: String.t, default: nil) - The maximum for this tier range.
  • lowValue (type: String.t, default: nil) - The minimum for this tier range.
  • rateInMicros (type: String.t, default: nil) - Rate in micros for this tier.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V4.Model.BillingRateTieredRate{
  highValue: String.t() | nil,
  lowValue: String.t() | nil,
  rateInMicros: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.