GoogleAdsSearchads360V23ServicesGeoTargetConstantSuggestion constructor

GoogleAdsSearchads360V23ServicesGeoTargetConstantSuggestion({
  1. GoogleAdsSearchads360V23ResourcesGeoTargetConstant? geoTargetConstant,
  2. List<GoogleAdsSearchads360V23ResourcesGeoTargetConstant>? geoTargetConstantParents,
  3. String? locale,
  4. String? reach,
  5. String? searchTerm,
})

Implementation

GoogleAdsSearchads360V23ServicesGeoTargetConstantSuggestion({
  this.geoTargetConstant,
  this.geoTargetConstantParents,
  this.locale,
  this.reach,
  this.searchTerm,
});