GoogleAdsSearchads360V23CommonLocationAsset constructor

GoogleAdsSearchads360V23CommonLocationAsset({
  1. List<GoogleAdsSearchads360V23CommonBusinessProfileLocation>? businessProfileLocations,
  2. String? locationOwnershipType,
  3. String? placeId,
})

Implementation

GoogleAdsSearchads360V23CommonLocationAsset({
  this.businessProfileLocations,
  this.locationOwnershipType,
  this.placeId,
});