name | data type | constraints | description |
---|---|---|---|
resourceId | number | Returns the value for the member attribute resourceId | |
groupId | number | Returns the value for the member attribute groupId | |
userId | number | Returns the value for the member attribute userId | |
auditType | number | required | Returns the value for the member attribute auditType |
myClassType | number | required | |
Properties inherited from VXDataObject |
|||
id | number | Returns the value for the member attribute id | |
createDate | number | Returns the value for the member attribute createDate | |
updateDate | number | Returns the value for the member attribute updateDate | |
owner | string | Returns the value for the member attribute owner | |
updatedBy | string | Returns the value for the member attribute updatedBy | |
myClassType | number | required |
Example
{ "resourceId" : 12345, "groupId" : 12345, "userId" : 12345, "auditType" : 12345, "myClassType" : 12345, "id" : 12345, "createDate" : 12345, "updateDate" : 12345, "owner" : "...", "updatedBy" : "..." }