Show / Hide Table of Contents

Class ReportRow

Result row returned from the search query. Only the message corresponding to the queried table is populated in the response. Within the populated message, only the fields requested explicitly in the query are populated.

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.Merchant.reports_v1beta.Data
Assembly: Google.Apis.Merchant.reports_v1beta.dll
Syntax
public class ReportRow : IDirectResponseSchema

Properties

BestSellersBrandView

Fields available for query in best_sellers_brand_view table.

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

BestSellersProductClusterView

Fields available for query in best_sellers_product_cluster_view table.

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

CompetitiveVisibilityBenchmarkView

Fields available for query in competitive_visibility_benchmark_view table.

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

CompetitiveVisibilityCompetitorView

Fields available for query in competitive_visibility_competitor_view table.

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

CompetitiveVisibilityTopMerchantView

Fields available for query in competitive_visibility_top_merchant_view table.

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

ETag

The ETag of the item.

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

NonProductPerformanceView

Fields available for query in non_product_performance_view table.

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

PriceCompetitivenessProductView

Fields available for query in price_competitiveness_product_view table.

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

PriceInsightsProductView

Fields available for query in price_insights_product_view table.

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

ProductPerformanceView

Fields available for query in product_performance_view table.

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

ProductView

Fields available for query in product_view table.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX