PriceInsightsProductView constructor

PriceInsightsProductView({
  1. String? brand,
  2. String? categoryL1,
  3. String? categoryL2,
  4. String? categoryL3,
  5. String? categoryL4,
  6. String? categoryL5,
  7. String? effectiveness,
  8. String? id,
  9. String? offerId,
  10. double? predictedClicksChangeFraction,
  11. double? predictedConversionsChangeFraction,
  12. double? predictedImpressionsChangeFraction,
  13. Price? price,
  14. String? productTypeL1,
  15. String? productTypeL2,
  16. String? productTypeL3,
  17. String? productTypeL4,
  18. String? productTypeL5,
  19. Price? suggestedPrice,
  20. String? title,
})

Implementation

PriceInsightsProductView({
  this.brand,
  this.categoryL1,
  this.categoryL2,
  this.categoryL3,
  this.categoryL4,
  this.categoryL5,
  this.effectiveness,
  this.id,
  this.offerId,
  this.predictedClicksChangeFraction,
  this.predictedConversionsChangeFraction,
  this.predictedImpressionsChangeFraction,
  this.price,
  this.productTypeL1,
  this.productTypeL2,
  this.productTypeL3,
  this.productTypeL4,
  this.productTypeL5,
  this.suggestedPrice,
  this.title,
});