placeId = $placeId; } /** * @return string */ public function getPlaceId() { return $this->placeId; } /** * @param string */ public function setRelationType($relationType) { $this->relationType = $relationType; } /** * @return string */ public function getRelationType() { return $this->relationType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RelevantLocation::class, 'Google_Service_MyBusinessBusinessInformation_RelevantLocation');