businessProfileLocations = $businessProfileLocations; } /** * @return GoogleAdsSearchads360V0CommonBusinessProfileLocation[] */ public function getBusinessProfileLocations() { return $this->businessProfileLocations; } /** * @param string */ public function setLocationOwnershipType($locationOwnershipType) { $this->locationOwnershipType = $locationOwnershipType; } /** * @return string */ public function getLocationOwnershipType() { return $this->locationOwnershipType; } /** * @param string */ public function setPlaceId($placeId) { $this->placeId = $placeId; } /** * @return string */ public function getPlaceId() { return $this->placeId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0CommonUnifiedLocationAsset::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonUnifiedLocationAsset');