GoogleAdsSearchads360V23CommonClickLocation constructor

GoogleAdsSearchads360V23CommonClickLocation({
  1. String? city,
  2. String? country,
  3. String? metro,
  4. String? mostSpecific,
  5. String? region,
})

Implementation

GoogleAdsSearchads360V23CommonClickLocation({
  this.city,
  this.country,
  this.metro,
  this.mostSpecific,
  this.region,
});