GoogleApi.AdSense.V14.Model.AdsenseReportsGenerateResponseHeaders (google_api_ad_sense v0.12.0) 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

Specs

t() :: %GoogleApi.AdSense.V14.Model.AdsenseReportsGenerateResponseHeaders{
  currency: String.t(),
  name: String.t(),
  type: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.