Show / Hide Table of Contents

Class ReportRow

Result row returned from the search query.

Inheritance
object
ReportRow
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReportRow : IDirectResponseSchema

Properties

BestSellers

Best sellers fields requested by the merchant in the query. Field values are only set if the merchant queries BestSellersProductClusterView or BestSellersBrandView.

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

Brand

Brand fields requested by the merchant in the query. Field values are only set if the merchant queries BestSellersBrandView.

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

CompetitiveVisibility

Competitive visibility fields requested by the merchant in the query. Field values are only set if the merchant queries CompetitiveVisibilityTopMerchantView, CompetitiveVisibilityBenchmarkView or CompetitiveVisibilityCompetitorView.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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

PriceCompetitiveness

Price competitiveness fields requested by the merchant in the query. Field values are only set if the merchant queries PriceCompetitivenessProductView.

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

PriceInsights

Price insights fields requested by the merchant in the query. Field values are only set if the merchant queries PriceInsightsProductView.

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

ProductCluster

Product cluster fields requested by the merchant in the query. Field values are only set if the merchant queries BestSellersProductClusterView.

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

ProductView

Product fields requested by the merchant in the query. Field values are only set if the merchant queries ProductView.

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

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

TopicTrends

Topic trends fields requested by the merchant in the query. Field values are only set if the merchant queries TopicTrendsView.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX