PriceInsights constructor

PriceInsights({
  1. double? predictedClicksChangeFraction,
  2. double? predictedConversionsChangeFraction,
  3. double? predictedGrossProfitChangeFraction,
  4. double? predictedImpressionsChangeFraction,
  5. String? predictedMonthlyGrossProfitChangeCurrencyCode,
  6. String? predictedMonthlyGrossProfitChangeMicros,
  7. String? suggestedPriceCurrencyCode,
  8. String? suggestedPriceMicros,
})

Implementation

PriceInsights({
  this.predictedClicksChangeFraction,
  this.predictedConversionsChangeFraction,
  this.predictedGrossProfitChangeFraction,
  this.predictedImpressionsChangeFraction,
  this.predictedMonthlyGrossProfitChangeCurrencyCode,
  this.predictedMonthlyGrossProfitChangeMicros,
  this.suggestedPriceCurrencyCode,
  this.suggestedPriceMicros,
});