GoogleAdsSearchads360V23CommonUnifiedLocationAsset constructor

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

Implementation

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