View Source GoogleApi.SearchConsole.V1.Model.SearchAnalyticsQueryResponse (google_api_search_console v0.19.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SearchConsole.V1.Model.SearchAnalyticsQueryResponse{
  responseAggregationType: String.t() | nil,
  rows: [GoogleApi.SearchConsole.V1.Model.ApiDataRow.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.