GoogleAdsSearchads360V23CommonLocationSet constructor

GoogleAdsSearchads360V23CommonLocationSet({
  1. GoogleAdsSearchads360V23CommonBusinessProfileLocationSet? businessProfileLocationSet,
  2. GoogleAdsSearchads360V23CommonChainSet? chainLocationSet,
  3. String? locationOwnershipType,
  4. GoogleAdsSearchads360V23CommonMapsLocationSet? mapsLocationSet,
})

Implementation

GoogleAdsSearchads360V23CommonLocationSet({
  this.businessProfileLocationSet,
  this.chainLocationSet,
  this.locationOwnershipType,
  this.mapsLocationSet,
});