GoogleAdsSearchads360V23ServicesBenchmarksLocation constructor

GoogleAdsSearchads360V23ServicesBenchmarksLocation({
  1. GoogleAdsSearchads360V23CommonLocationInfo? locationInfo,
  2. String? locationName,
  3. String? locationType,
})

Implementation

GoogleAdsSearchads360V23ServicesBenchmarksLocation({
  this.locationInfo,
  this.locationName,
  this.locationType,
});