Show / Hide Table of Contents

Class ReportRow

Result row returned from the search query.

Inheritance
System.Object
ReportRow
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReportRow : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Metrics

Metrics requested by the merchant in the query. Metric values are only set for metrics requested explicitly in the query.

Declaration
[JsonProperty("metrics")]
public virtual Metrics Metrics { get; set; }
Property Value
Type Description
Metrics

Segments

Segmentation dimensions requested by the merchant in the query. Dimension values are only set for dimensions requested explicitly in the query.

Declaration
[JsonProperty("segments")]
public virtual Segments Segments { get; set; }
Property Value
Type Description
Segments

Implements

IDirectResponseSchema
In This Article
Back to top