GoogleAdsSearchads360V23ServicesMutateSharedCriterionResult constructor

GoogleAdsSearchads360V23ServicesMutateSharedCriterionResult({
  1. String? resourceName,
  2. GoogleAdsSearchads360V23ResourcesSharedCriterion? sharedCriterion,
})

Implementation

GoogleAdsSearchads360V23ServicesMutateSharedCriterionResult({
  this.resourceName,
  this.sharedCriterion,
});