Class SearchAnalyticsQueryResponse
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.
Implements
Inherited Members
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class SearchAnalyticsQueryResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResponseAggregationType
How the results were aggregated.
Declaration
[JsonProperty("responseAggregationType")]
public virtual string ResponseAggregationType { get; set; }
Property Value
Type | Description |
---|---|
string |
Rows
A list of rows grouped by the key values in the order given in the query.
Declaration
[JsonProperty("rows")]
public virtual IList<ApiDataRow> Rows { get; set; }
Property Value
Type | Description |
---|---|
IList<ApiDataRow> |