GoogleApi.SearchConsole.V1.Model.SearchAnalyticsQueryResponse (google_api_search_console v0.16.0) View Source
A list of rows, one per result, grouped by key. Metrics in each row are aggregated for all data grouped by that key either by page or property, as specified by the aggregation type parameter.
Attributes
-
responseAggregationType
(type:String.t
, default:nil
) - How the results were aggregated. -
rows
(type:list(GoogleApi.SearchConsole.V1.Model.ApiDataRow.t)
, default:nil
) - A list of rows grouped by the key values in the order given in the query.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SearchConsole.V1.Model.SearchAnalyticsQueryResponse{ responseAggregationType: String.t() | nil, rows: [GoogleApi.SearchConsole.V1.Model.ApiDataRow.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.