GoogleAdsSearchads360V23ServicesLabelOperation constructor

GoogleAdsSearchads360V23ServicesLabelOperation({
  1. GoogleAdsSearchads360V23ResourcesLabel? create,
  2. String? remove,
  3. GoogleAdsSearchads360V23ResourcesLabel? update,
  4. String? updateMask,
})

Implementation

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