GoogleAdsSearchads360V23ServicesMutateCampaignSharedSetsResponse constructor

GoogleAdsSearchads360V23ServicesMutateCampaignSharedSetsResponse({
  1. GoogleRpcStatus? partialFailureError,
  2. List<GoogleAdsSearchads360V23ServicesMutateCampaignSharedSetResult>? results,
})

Implementation

GoogleAdsSearchads360V23ServicesMutateCampaignSharedSetsResponse({
  this.partialFailureError,
  this.results,
});