labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setListingId($listingId) { $this->listingId = $listingId; } /** * @return string */ public function getListingId() { return $this->listingId; } /** * @param string */ public function setStoreCode($storeCode) { $this->storeCode = $storeCode; } /** * @return string */ public function getStoreCode() { return $this->storeCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0CommonBusinessProfileLocation::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonBusinessProfileLocation');