| name | data type | description |
|---|---|---|
| module | string | |
| userNameList | array of string | |
| groupNameList | array of string | |
Properties inherited from VXDataObject |
||
| id | number | Id of the data |
| createDate | object | Date when this data was created |
| updateDate | object | Date when this data was updated |
| owner | string | Owner |
| updatedBy | string | Updated By |
Example
{
"module" : "...",
"userNameList" : [ "...", "..." ],
"groupNameList" : [ "...", "..." ],
"id" : 12345,
"createDate" : { },
"updateDate" : { },
"owner" : "...",
"updatedBy" : "..."
}