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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.