GoogleAdsSearchads360V23ServicesKeywordForecastMetrics constructor

GoogleAdsSearchads360V23ServicesKeywordForecastMetrics({
  1. String? averageCpaMicros,
  2. String? averageCpcMicros,
  3. double? clickThroughRate,
  4. double? clicks,
  5. double? conversionRate,
  6. double? conversions,
  7. String? costMicros,
  8. double? impressions,
})

Implementation

GoogleAdsSearchads360V23ServicesKeywordForecastMetrics({
  this.averageCpaMicros,
  this.averageCpcMicros,
  this.clickThroughRate,
  this.clicks,
  this.conversionRate,
  this.conversions,
  this.costMicros,
  this.impressions,
});