GoogleAdsSearchads360V23ServicesMutateSharedSetResult constructor

GoogleAdsSearchads360V23ServicesMutateSharedSetResult({
  1. String? resourceName,
  2. GoogleAdsSearchads360V23ResourcesSharedSet? sharedSet,
})

Implementation

GoogleAdsSearchads360V23ServicesMutateSharedSetResult({
  this.resourceName,
  this.sharedSet,
});