canCreateFor = $canCreateFor; } /** * @return string[] */ public function getCanCreateFor() { return $this->canCreateFor; } /** * @param EnterpriseTopazSidekickMeetingNotesCardError */ public function setError(EnterpriseTopazSidekickMeetingNotesCardError $error) { $this->error = $error; } /** * @return EnterpriseTopazSidekickMeetingNotesCardError */ public function getError() { return $this->error; } /** * @param EnterpriseTopazSidekickAgendaEntry */ public function setEvent(EnterpriseTopazSidekickAgendaEntry $event) { $this->event = $event; } /** * @return EnterpriseTopazSidekickAgendaEntry */ public function getEvent() { return $this->event; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseTopazSidekickMeetingNotesCardRequest::class, 'Google_Service_CloudSearch_EnterpriseTopazSidekickMeetingNotesCardRequest');