GoogleAdsSearchads360V23CommonBusinessProfileLocation constructor

GoogleAdsSearchads360V23CommonBusinessProfileLocation({
  1. List<String>? labels,
  2. String? listingId,
  3. String? storeCode,
})

Implementation

GoogleAdsSearchads360V23CommonBusinessProfileLocation({
  this.labels,
  this.listingId,
  this.storeCode,
});