ReportRow class

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.

Constructors

ReportRow.new({BestSellersBrandView? bestSellersBrandView, BestSellersProductClusterView? bestSellersProductClusterView, CompetitiveVisibilityBenchmarkView? competitiveVisibilityBenchmarkView, CompetitiveVisibilityCompetitorView? competitiveVisibilityCompetitorView, CompetitiveVisibilityTopMerchantView? competitiveVisibilityTopMerchantView, NonProductPerformanceView? nonProductPerformanceView, PriceCompetitivenessProductView? priceCompetitivenessProductView, PriceInsightsProductView? priceInsightsProductView, ProductPerformanceView? productPerformanceView, ProductView? productView})
ReportRow.fromJson(Map json_)

Properties

bestSellersBrandView BestSellersBrandView?
Fields available for query in best_sellers_brand_view table.
getter/setter pair
bestSellersProductClusterView BestSellersProductClusterView?
Fields available for query in best_sellers_product_cluster_view table.
getter/setter pair
competitiveVisibilityBenchmarkView CompetitiveVisibilityBenchmarkView?
Fields available for query in competitive_visibility_benchmark_view table.
getter/setter pair
competitiveVisibilityCompetitorView CompetitiveVisibilityCompetitorView?
Fields available for query in competitive_visibility_competitor_view table.
getter/setter pair
competitiveVisibilityTopMerchantView CompetitiveVisibilityTopMerchantView?
Fields available for query in competitive_visibility_top_merchant_view table.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nonProductPerformanceView NonProductPerformanceView?
Fields available for query in non_product_performance_view table.
getter/setter pair
priceCompetitivenessProductView PriceCompetitivenessProductView?
Fields available for query in price_competitiveness_product_view table.
getter/setter pair
priceInsightsProductView PriceInsightsProductView?
Fields available for query in price_insights_product_view table.
getter/setter pair
productPerformanceView ProductPerformanceView?
Fields available for query in product_performance_view table.
getter/setter pair
productView ProductView?
Fields available for query in product_view table.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited