GoogleAdsSearchads360V23ServicesCustomerNegativeCriterionOperation constructor

GoogleAdsSearchads360V23ServicesCustomerNegativeCriterionOperation({
  1. GoogleAdsSearchads360V23ResourcesCustomerNegativeCriterion? create,
  2. String? remove,
})

Implementation

GoogleAdsSearchads360V23ServicesCustomerNegativeCriterionOperation({
  this.create,
  this.remove,
});