GoogleAdsSearchads360V23ResourcesUserLocationView constructor

GoogleAdsSearchads360V23ResourcesUserLocationView({
  1. String? countryCriterionId,
  2. String? resourceName,
  3. bool? targetingLocation,
})

Implementation

GoogleAdsSearchads360V23ResourcesUserLocationView({
  this.countryCriterionId,
  this.resourceName,
  this.targetingLocation,
});