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
IMessage<ReportRow>
IEquatable<ReportRow>
IDeepCloneable<ReportRow>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Reports.V1
Assembly: Google.Shopping.Merchant.Reports.V1.dll
Syntax
public sealed class ReportRow : IMessage<ReportRow>, IEquatable<ReportRow>, IDeepCloneable<ReportRow>, IBufferMessage, IMessage

Constructors

ReportRow()

Declaration
public ReportRow()

ReportRow(ReportRow)

Declaration
public ReportRow(ReportRow other)
Parameters
Type Name Description
ReportRow other

Properties

BestSellersBrandView

Fields available for query in best_sellers_brand_view table.

Declaration
public BestSellersBrandView BestSellersBrandView { get; set; }
Property Value
Type Description
BestSellersBrandView

BestSellersProductClusterView

Fields available for query in best_sellers_product_cluster_view table.

Declaration
public BestSellersProductClusterView BestSellersProductClusterView { get; set; }
Property Value
Type Description
BestSellersProductClusterView

CompetitiveVisibilityBenchmarkView

Fields available for query in competitive_visibility_benchmark_view table.

Declaration
public CompetitiveVisibilityBenchmarkView CompetitiveVisibilityBenchmarkView { get; set; }
Property Value
Type Description
CompetitiveVisibilityBenchmarkView

CompetitiveVisibilityCompetitorView

Fields available for query in competitive_visibility_competitor_view table.

Declaration
public CompetitiveVisibilityCompetitorView CompetitiveVisibilityCompetitorView { get; set; }
Property Value
Type Description
CompetitiveVisibilityCompetitorView

CompetitiveVisibilityTopMerchantView

Fields available for query in competitive_visibility_top_merchant_view table.

Declaration
public CompetitiveVisibilityTopMerchantView CompetitiveVisibilityTopMerchantView { get; set; }
Property Value
Type Description
CompetitiveVisibilityTopMerchantView

NonProductPerformanceView

Fields available for query in non_product_performance_view table.

Declaration
public NonProductPerformanceView NonProductPerformanceView { get; set; }
Property Value
Type Description
NonProductPerformanceView

PriceCompetitivenessProductView

Fields available for query in price_competitiveness_product_view table.

Declaration
public PriceCompetitivenessProductView PriceCompetitivenessProductView { get; set; }
Property Value
Type Description
PriceCompetitivenessProductView

PriceInsightsProductView

Fields available for query in price_insights_product_view table.

Declaration
public PriceInsightsProductView PriceInsightsProductView { get; set; }
Property Value
Type Description
PriceInsightsProductView

ProductPerformanceView

Fields available for query in product_performance_view table.

Declaration
public ProductPerformanceView ProductPerformanceView { get; set; }
Property Value
Type Description
ProductPerformanceView

ProductView

Fields available for query in product_view table.

Declaration
public ProductView ProductView { get; set; }
Property Value
Type Description
ProductView
In this article
Back to top Generated by DocFX