new UserSummary(userData) → {UserSummary.<String, (String|undefined), String, Object>}
UserSummary constructor
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
userData |
Object
|
The user data
|
Returns:
- Type:
-
UserSummary.<String, (String|undefined), String, Object>
The user id, the user type, the username of the user
Members
(readonly) id :String
The user id
Type:
-
String
(readonly) name :String
The username of the user
Type:
-
String
(readonly) raw :Object
The raw data
Type:
-
Object
userType :String|null
The user type
Type:
-
String
|null