GoogleAdsSearchads360V23ServicesCustomerLabelOperation constructor

GoogleAdsSearchads360V23ServicesCustomerLabelOperation({
  1. GoogleAdsSearchads360V23ResourcesCustomerLabel? create,
  2. String? remove,
})

Implementation

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