event = $event; } /** * @return EnterpriseTopazSidekickAgendaEntry */ public function getEvent() { return $this->event; } /** * @param string */ public function setFileId($fileId) { $this->fileId = $fileId; } /** * @return string */ public function getFileId() { return $this->fileId; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseTopazSidekickMeetingNotesCardProto::class, 'Google_Service_CloudSearch_EnterpriseTopazSidekickMeetingNotesCardProto');