google_api_ad_sense v0.4.0 GoogleApi.AdSense.V14.Model.AdsenseReportsGenerateResponseHeaders View Source

Attributes

  • currency (type: String.t, default: nil) - The currency of this column. Only present if the header type is METRIC_CURRENCY.
  • name (type: String.t, default: nil) - The name of the header.
  • type (type: String.t, default: nil) - The type of the header; one of DIMENSION, METRIC_TALLY, METRIC_RATIO, or METRIC_CURRENCY.

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.AdSense.V14.Model.AdsenseReportsGenerateResponseHeaders{
  currency: String.t(),
  name: String.t(),
  type: 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.