GoogleAdsSearchads360V23ServicesConversionRateSuggestion constructor

GoogleAdsSearchads360V23ServicesConversionRateSuggestion({
  1. double? conversionRate,
  2. String? conversionRateModel,
  3. String? plannableProductCode,
  4. GoogleAdsSearchads360V23ServicesSurfaceTargeting? surfaceTargeting,
})

Implementation

GoogleAdsSearchads360V23ServicesConversionRateSuggestion({
  this.conversionRate,
  this.conversionRateModel,
  this.plannableProductCode,
  this.surfaceTargeting,
});