GoogleAdsSearchads360V23CommonCpvBidSimulationPoint constructor

GoogleAdsSearchads360V23CommonCpvBidSimulationPoint({
  1. String? costMicros,
  2. String? cpvBidMicros,
  3. String? impressions,
  4. String? views,
})

Implementation

GoogleAdsSearchads360V23CommonCpvBidSimulationPoint({
  this.costMicros,
  this.cpvBidMicros,
  this.impressions,
  this.views,
});