GoogleAdsSearchads360V23ServicesGenerateReachForecastRequest constructor

GoogleAdsSearchads360V23ServicesGenerateReachForecastRequest({
  1. GoogleAdsSearchads360V23ServicesCampaignDuration? campaignDuration,
  2. int? cookieFrequencyCap,
  3. GoogleAdsSearchads360V23ServicesFrequencyCap? cookieFrequencyCapSetting,
  4. String? currencyCode,
  5. String? customerReachGroup,
  6. GoogleAdsSearchads360V23ServicesEffectiveFrequencyLimit? effectiveFrequencyLimit,
  7. GoogleAdsSearchads360V23ServicesForecastMetricOptions? forecastMetricOptions,
  8. int? minEffectiveFrequency,
  9. List<GoogleAdsSearchads360V23ServicesPlannedProduct>? plannedProducts,
  10. GoogleAdsSearchads360V23CommonAdditionalApplicationInfo? reachApplicationInfo,
  11. GoogleAdsSearchads360V23ServicesTargeting? targeting,
})

Implementation

GoogleAdsSearchads360V23ServicesGenerateReachForecastRequest({
  this.campaignDuration,
  this.cookieFrequencyCap,
  this.cookieFrequencyCapSetting,
  this.currencyCode,
  this.customerReachGroup,
  this.effectiveFrequencyLimit,
  this.forecastMetricOptions,
  this.minEffectiveFrequency,
  this.plannedProducts,
  this.reachApplicationInfo,
  this.targeting,
});