GoogleAdsSearchads360V23CommonTargetRoasSimulationPoint constructor

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

Implementation

GoogleAdsSearchads360V23CommonTargetRoasSimulationPoint({
  this.biddableConversions,
  this.biddableConversionsValue,
  this.clicks,
  this.costMicros,
  this.impressions,
  this.requiredBudgetAmountMicros,
  this.targetRoas,
  this.topSlotImpressions,
});