GoogleAdsSearchads360V23CommonTargetImpressionShare constructor

GoogleAdsSearchads360V23CommonTargetImpressionShare({
  1. String? cpcBidCeilingMicros,
  2. String? location,
  3. String? locationFractionMicros,
})

Implementation

GoogleAdsSearchads360V23CommonTargetImpressionShare({
  this.cpcBidCeilingMicros,
  this.location,
  this.locationFractionMicros,
});