function User(userid, username, spaceid) { this.userid = userid; this.username = username; this.spaceid = spaceid; }