GoogleAdsSearchads360V23ServicesAccountLinkOperation constructor

GoogleAdsSearchads360V23ServicesAccountLinkOperation({
  1. String? remove,
  2. GoogleAdsSearchads360V23ResourcesAccountLink? update,
  3. String? updateMask,
})

Implementation

GoogleAdsSearchads360V23ServicesAccountLinkOperation({
  this.remove,
  this.update,
  this.updateMask,
});