View Source GoogleApi.AdSenseHost.V41.Model.ReportHeaders (google_api_ad_sense_host v0.14.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSenseHost.V41.Model.ReportHeaders{
  currency: 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.