GoogleAdsSearchads360V23CommonTargetRestriction constructor

GoogleAdsSearchads360V23CommonTargetRestriction({
  1. bool? bidOnly,
  2. String? targetingDimension,
})

Implementation

GoogleAdsSearchads360V23CommonTargetRestriction({
  this.bidOnly,
  this.targetingDimension,
});