PlannedProductForecast constructor

PlannedProductForecast({
  1. String? onTargetCoviewImpressions,
  2. String? onTargetCoviewReach,
  3. String? onTargetImpressions,
  4. String? onTargetReach,
  5. String? totalCoviewImpressions,
  6. String? totalCoviewReach,
  7. String? totalImpressions,
  8. String? totalReach,
  9. String? trueviewViews,
  10. String? viewableImpressions,
})

Implementation

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