GoogleAdsSearchads360V23CommonTargetImpressionShareSimulationPoint constructor

GoogleAdsSearchads360V23CommonTargetImpressionShareSimulationPoint({
  1. String? absoluteTopImpressions,
  2. double? biddableConversions,
  3. double? biddableConversionsValue,
  4. String? clicks,
  5. String? costMicros,
  6. String? impressions,
  7. String? requiredBudgetAmountMicros,
  8. String? requiredCpcBidCeilingMicros,
  9. String? targetImpressionShareMicros,
  10. String? topSlotImpressions,
})

Implementation

GoogleAdsSearchads360V23CommonTargetImpressionShareSimulationPoint({
  this.absoluteTopImpressions,
  this.biddableConversions,
  this.biddableConversionsValue,
  this.clicks,
  this.costMicros,
  this.impressions,
  this.requiredBudgetAmountMicros,
  this.requiredCpcBidCeilingMicros,
  this.targetImpressionShareMicros,
  this.topSlotImpressions,
});