GoogleAdsSearchads360V23CommonBudgetSimulationPoint constructor

GoogleAdsSearchads360V23CommonBudgetSimulationPoint({
  1. double? biddableConversions,
  2. double? biddableConversionsValue,
  3. String? budgetAmountMicros,
  4. String? clicks,
  5. String? costMicros,
  6. String? impressions,
  7. String? interactions,
  8. String? requiredCpcBidCeilingMicros,
  9. String? topSlotImpressions,
})

Implementation

GoogleAdsSearchads360V23CommonBudgetSimulationPoint({
  this.biddableConversions,
  this.biddableConversionsValue,
  this.budgetAmountMicros,
  this.clicks,
  this.costMicros,
  this.impressions,
  this.interactions,
  this.requiredCpcBidCeilingMicros,
  this.topSlotImpressions,
});