BestSellersProductClusterView constructor
BestSellersProductClusterView({
- String? brand,
- String? brandInventoryStatus,
- String? categoryL1,
- String? categoryL2,
- String? categoryL3,
- String? categoryL4,
- String? categoryL5,
- String? inventoryStatus,
- String? previousRank,
- String? previousRelativeDemand,
- String? rank,
- String? relativeDemand,
- String? relativeDemandChange,
- String? reportCategoryId,
- String? reportCountryCode,
- Date? reportDate,
- String? reportGranularity,
- String? title,
- List<
String> ? variantGtins,
Implementation
BestSellersProductClusterView({
this.brand,
this.brandInventoryStatus,
this.categoryL1,
this.categoryL2,
this.categoryL3,
this.categoryL4,
this.categoryL5,
this.inventoryStatus,
this.previousRank,
this.previousRelativeDemand,
this.rank,
this.relativeDemand,
this.relativeDemandChange,
this.reportCategoryId,
this.reportCountryCode,
this.reportDate,
this.reportGranularity,
this.title,
this.variantGtins,
});