Show / Hide Table of Contents

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.

Inheritance
object
SearchAnalyticsQueryResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX