GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequest constructor

GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequest({
  1. String? countryCode,
  2. GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequestGeoTargets? geoTargets,
  3. String? locale,
  4. GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequestLocationNames? locationNames,
})

Implementation

GoogleAdsSearchads360V23ServicesSuggestGeoTargetConstantsRequest({
  this.countryCode,
  this.geoTargets,
  this.locale,
  this.locationNames,
});