GoogleAdsSearchads360V23ResourcesGeographicView constructor

GoogleAdsSearchads360V23ResourcesGeographicView({
  1. String? countryCriterionId,
  2. String? locationType,
  3. String? resourceName,
})

Implementation

GoogleAdsSearchads360V23ResourcesGeographicView({
  this.countryCriterionId,
  this.locationType,
  this.resourceName,
});