content = $content; } /** * @return GoogleTypeLocalizedText */ public function getContent() { return $this->content; } /** * @param GoogleMapsPlacesV1References */ public function setReferences(GoogleMapsPlacesV1References $references) { $this->references = $references; } /** * @return GoogleMapsPlacesV1References */ public function getReferences() { return $this->references; } /** * @param string */ public function setTopic($topic) { $this->topic = $topic; } /** * @return string */ public function getTopic() { return $this->topic; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1ContentBlock::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1ContentBlock');