GoogleAdsSearchads360V23ServicesAdGroupCriterionOperation constructor

GoogleAdsSearchads360V23ServicesAdGroupCriterionOperation({
  1. GoogleAdsSearchads360V23ResourcesAdGroupCriterion? create,
  2. List<GoogleAdsSearchads360V23CommonPolicyViolationKey>? exemptPolicyViolationKeys,
  3. String? remove,
  4. GoogleAdsSearchads360V23ResourcesAdGroupCriterion? update,
  5. String? updateMask,
})

Implementation

GoogleAdsSearchads360V23ServicesAdGroupCriterionOperation({
  this.create,
  this.exemptPolicyViolationKeys,
  this.remove,
  this.update,
  this.updateMask,
});