PriceInsights constructor
PriceInsights({
- String? effectiveness,
- double? predictedClicksChangeFraction,
- double? predictedConversionsChangeFraction,
- double? predictedGrossProfitChangeFraction,
- double? predictedImpressionsChangeFraction,
- String? predictedMonthlyGrossProfitChangeCurrencyCode,
- String? predictedMonthlyGrossProfitChangeMicros,
- String? suggestedPriceCurrencyCode,
- String? suggestedPriceMicros,
Implementation
PriceInsights({
this.effectiveness,
this.predictedClicksChangeFraction,
this.predictedConversionsChangeFraction,
this.predictedGrossProfitChangeFraction,
this.predictedImpressionsChangeFraction,
this.predictedMonthlyGrossProfitChangeCurrencyCode,
this.predictedMonthlyGrossProfitChangeMicros,
this.suggestedPriceCurrencyCode,
this.suggestedPriceMicros,
});