GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse constructor

GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse({
  1. GoogleRpcStatus? partialFailureError,
  2. GoogleAdsSearchads360V23ServicesMutateAccountLinkResult? result,
})

Implementation

GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse({
  this.partialFailureError,
  this.result,
});