google_api_ad_sense v0.2.0 GoogleApi.AdSense.V14.Model.AdsenseReportsGenerateResponse View Source
Attributes
- averages ([String.t]): The averages of the report. This is the same length as any other row in the report; cells corresponding to dimension columns are empty. Defaults to:
null
. - endDate (String.t): The requested end date in yyyy-mm-dd format. Defaults to:
null
. - headers ([AdsenseReportsGenerateResponseHeaders]): 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. Defaults to:
null
. - kind (String.t): Kind this is, in this case adsense#report. Defaults to:
null
. - rows ([[String.t]]): 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. Defaults to:
null
. - startDate (String.t): The requested start date in yyyy-mm-dd format. Defaults to:
null
. - totalMatchedRows (String.t): 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. Defaults to:
null
. - totals ([String.t]): The totals of the report. This is the same length as any other row in the report; cells corresponding to dimension columns are empty. Defaults to:
null
. - warnings ([String.t]): Any warnings associated with generation of the report. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.