BestSellersBrandView class

Fields available for query in best_sellers_brand_view table.

Best sellers report with top brands. Values are only set for fields requested explicitly in the request's search query.

Constructors

BestSellersBrandView.new({String? brand, String? previousRank, String? previousRelativeDemand, String? rank, String? relativeDemand, String? relativeDemandChange, String? reportCategoryId, String? reportCountryCode, Date? reportDate, String? reportGranularity})
BestSellersBrandView.fromJson(Map json_)

Properties

brand String?
Name of the brand.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
previousRank String?
Popularity rank in the previous week or month.
getter/setter pair
previousRelativeDemand String?
Estimated demand in relation to the brand with the highest popularity rank in the same category and country in the previous week or month. Possible string values are:
getter/setter pair
rank String?
Popularity of the brand on Ads and organic surfaces, in the selected category and country, based on the estimated number of units sold.
getter/setter pair
relativeDemand String?
Estimated demand in relation to the brand with the highest popularity rank in the same category and country. Possible string values are:
getter/setter pair
relativeDemandChange String?
Change in the estimated demand.
getter/setter pair
reportCategoryId String?
Google product category ID to calculate the ranking for, represented in Google's product taxonomy.
getter/setter pair
reportCountryCode String?
Country where the ranking is calculated.
getter/setter pair
reportDate Date?
Report date.
getter/setter pair
reportGranularity String?
Granularity of the report.
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