GoogleAdsSearchads360V23ServicesCustomerClientLinkOperation constructor

GoogleAdsSearchads360V23ServicesCustomerClientLinkOperation({
  1. GoogleAdsSearchads360V23ResourcesCustomerClientLink? create,
  2. GoogleAdsSearchads360V23ResourcesCustomerClientLink? update,
  3. String? updateMask,
})

Implementation

GoogleAdsSearchads360V23ServicesCustomerClientLinkOperation({
  this.create,
  this.update,
  this.updateMask,
});