UserVO Data Type
| name | data type | description |
|---|---|---|
| id | number | |
| name | string | |
| description | string | |
| alias | string | |
| lastUpdate | number | |
| data | map of string |
Example
{
"id" : 12345,
"name" : "...",
"description" : "...",
"alias" : "...",
"lastUpdate" : 12345,
"data" : {
"property1" : "...",
"property2" : "..."
}
}