BestSellers class

Fields related to the Best sellers reports.

Constructors

BestSellers({String? categoryId, String? countryCode, String? previousRank, String? previousRelativeDemand, String? rank, String? relativeDemand, String? relativeDemandChange, Date? reportDate, String? reportGranularity})
BestSellers.fromJson(Map json_)

Properties

categoryId String?
Google product category ID to calculate the ranking for, represented in Google's product taxonomy.
getter/setter pair
countryCode String?
Country where the ranking is calculated.
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 item 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 on Shopping ads and free listings, 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 item 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
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