GoogleAdsSearchads360V23ServicesForecast constructor

GoogleAdsSearchads360V23ServicesForecast({
  1. double? conversions,
  2. List<GoogleAdsSearchads360V23ServicesEffectiveFrequencyBreakdown>? effectiveFrequencyBreakdowns,
  3. String? onTargetCoviewImpressions,
  4. String? onTargetCoviewReach,
  5. String? onTargetImpressions,
  6. String? onTargetReach,
  7. String? totalCoviewImpressions,
  8. String? totalCoviewReach,
  9. String? totalImpressions,
  10. String? totalReach,
  11. String? trueviewViews,
  12. String? viewableImpressions,
})

Implementation

GoogleAdsSearchads360V23ServicesForecast({
  this.conversions,
  this.effectiveFrequencyBreakdowns,
  this.onTargetCoviewImpressions,
  this.onTargetCoviewReach,
  this.onTargetImpressions,
  this.onTargetReach,
  this.totalCoviewImpressions,
  this.totalCoviewReach,
  this.totalImpressions,
  this.totalReach,
  this.trueviewViews,
  this.viewableImpressions,
});