GoogleAdsSearchads360V23ServicesSharedCriterionOperation constructor

GoogleAdsSearchads360V23ServicesSharedCriterionOperation({
  1. GoogleAdsSearchads360V23ResourcesSharedCriterion? create,
  2. String? remove,
})

Implementation

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