GoogleAdsSearchads360V23CommonCpcBidSimulationPoint constructor

GoogleAdsSearchads360V23CommonCpcBidSimulationPoint({
  1. double? biddableConversions,
  2. double? biddableConversionsValue,
  3. String? clicks,
  4. String? costMicros,
  5. String? cpcBidMicros,
  6. double? cpcBidScalingModifier,
  7. String? impressions,
  8. String? requiredBudgetAmountMicros,
  9. String? topSlotImpressions,
})

Implementation

GoogleAdsSearchads360V23CommonCpcBidSimulationPoint({
  this.biddableConversions,
  this.biddableConversionsValue,
  this.clicks,
  this.costMicros,
  this.cpcBidMicros,
  this.cpcBidScalingModifier,
  this.impressions,
  this.requiredBudgetAmountMicros,
  this.topSlotImpressions,
});