google_api_webmaster v0.7.0 GoogleApi.Webmaster.V3.Model.SearchAnalyticsQueryResponse 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.Webmaster.V3.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
Link to this type
t()
View Sourcet() :: %GoogleApi.Webmaster.V3.Model.SearchAnalyticsQueryResponse{ responseAggregationType: String.t(), rows: [GoogleApi.Webmaster.V3.Model.ApiDataRow.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.