meetingCode = $meetingCode; } /** * @return string */ public function getMeetingCode() { return $this->meetingCode; } /** * @param string */ public function setMeetingType($meetingType) { $this->meetingType = $meetingType; } /** * @return string */ public function getMeetingType() { return $this->meetingType; } /** * @param string */ public function setMeetingUrl($meetingUrl) { $this->meetingUrl = $meetingUrl; } /** * @return string */ public function getMeetingUrl() { return $this->meetingUrl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsDynamiteSharedMeetMetadata::class, 'Google_Service_CloudSearch_AppsDynamiteSharedMeetMetadata');