PriceInsightsProductView constructor
PriceInsightsProductView({
- String? brand,
- String? categoryL1,
- String? categoryL2,
- String? categoryL3,
- String? categoryL4,
- String? categoryL5,
- String? effectiveness,
- String? id,
- String? offerId,
- double? predictedClicksChangeFraction,
- double? predictedConversionsChangeFraction,
- double? predictedImpressionsChangeFraction,
- Price? price,
- String? productTypeL1,
- String? productTypeL2,
- String? productTypeL3,
- String? productTypeL4,
- String? productTypeL5,
- Price? suggestedPrice,
- 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,
});