GoogleApi.AdSense.V2.Model.Header (google_api_ad_sense v0.14.0) View Source

The header information of the columns requested in the report.

Attributes

  • currencyCode (type: String.t, default: nil) - The ISO-4217 currency code of this column. Only present if the header type is METRIC_CURRENCY.
  • name (type: String.t, default: nil) - Required. Name of the header.
  • type (type: String.t, default: nil) - Required. Type of the header.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AdSense.V2.Model.Header{
  currencyCode: String.t() | nil,
  name: String.t() | nil,
  type: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.