GoogleAdsSearchads360V23CommonTargetRestrictionOperation constructor

GoogleAdsSearchads360V23CommonTargetRestrictionOperation({
  1. String? operator,
  2. GoogleAdsSearchads360V23CommonTargetRestriction? value,
})

Implementation

GoogleAdsSearchads360V23CommonTargetRestrictionOperation({
  this.operator,
  this.value,
});