aboutLink = $aboutLink; } /** * @return GoogleMapsPlacesV1PlaceConsumerAlertDetailsLink */ public function getAboutLink() { return $this->aboutLink; } /** * The description of the consumer alert message. * * @param string $description */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * The title to show together with the description. * * @param string $title */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1PlaceConsumerAlertDetails::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1PlaceConsumerAlertDetails');