google_api_ad_sense v0.6.0 GoogleApi.AdSense.V14.Model.AdsenseReportsGenerateResponse View Source

Attributes

  • averages (type: list(String.t), default: nil) - The averages of the report. This is the same length as any other row in the report; cells corresponding to dimension columns are empty.
  • endDate (type: String.t, default: nil) - The requested end date in yyyy-mm-dd format.
  • headers (type: list(GoogleApi.AdSense.V14.Model.AdsenseReportsGenerateResponseHeaders.t), default: nil) - The header information of the columns requested in the report. This is a list of headers; one for each dimension in the request, followed by one for each metric in the request.
  • kind (type: String.t, default: adsense#report) - Kind this is, in this case adsense#report.
  • rows (type: list(list(String.t)), default: nil) - The output rows of the report. Each row is a list of cells; one for each dimension in the request, followed by one for each metric in the request. The dimension cells contain strings, and the metric cells contain numbers.
  • startDate (type: String.t, default: nil) - The requested start date in yyyy-mm-dd format.
  • totalMatchedRows (type: String.t, default: nil) - The total number of rows matched by the report request. Fewer rows may be returned in the response due to being limited by the row count requested or the report row limit.
  • totals (type: list(String.t), default: nil) - The totals of the report. This is the same length as any other row in the report; cells corresponding to dimension columns are empty.
  • warnings (type: list(String.t), default: nil) - Any warnings associated with generation of the report.

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.AdSense.V14.Model.AdsenseReportsGenerateResponse{
  averages: [String.t()],
  endDate: String.t(),
  headers: [
    GoogleApi.AdSense.V14.Model.AdsenseReportsGenerateResponseHeaders.t()
  ],
  kind: String.t(),
  rows: [[String.t()]],
  startDate: String.t(),
  totalMatchedRows: String.t(),
  totals: [String.t()],
  warnings: [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.