event = $event; } /** * @return EnterpriseTopazSidekickAgendaEntry */ public function getEvent() { return $this->event; } /** * Google Drive ID (a.k.a. resource ID) of the file. * * @param string $fileId */ public function setFileId($fileId) { $this->fileId = $fileId; } /** * @return string */ public function getFileId() { return $this->fileId; } /** * Title we want to show for meeting notes in the answer card * * @param string $title */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } /** * New URL. * * @param string $url */ 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');