google_api_ad_sense_host v0.3.0 GoogleApi.AdSenseHost.V41.Model.ReportHeaders View Source

Attributes

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

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.AdSenseHost.V41.Model.ReportHeaders{
  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.