name | data type | description |
---|---|---|
id | number | Returns the value for the member attribute id |
GUID | string | the gUID |
policyid | number | Returns the value for the member attribute policyId |
delegateAdmin | boolean | Returns the value for the member attribute delegateAdmin |
itemType | number | Returns the value for the member attribute itemType |
isEnabled | boolean | Returns the value for the member attribute isEnabled |
comments | string | Returns the value for the member attribute comments |
order | number | Returns the value for the member attribute order |
Properties inherited from XXDBBase |
||
myClassType | number | |
myDisplayValue | string | |
id | number | Returns the value for the member attribute id |
createTime | number | Returns the value for the member attribute createTime |
updateTime | number | Returns the value for the member attribute updateTime |
addedByUserId | number | Returns the value for the member attribute addedByUserId |
updatedByUserId | number | Returns the value for the member attribute updatedByUserId |
Example
{ "id" : 12345, "GUID" : "...", "policyid" : 12345, "delegateAdmin" : true, "itemType" : 12345, "isEnabled" : true, "comments" : "...", "order" : 12345, "myClassType" : 12345, "myDisplayValue" : "...", "createTime" : 12345, "updateTime" : 12345, "addedByUserId" : 12345, "updatedByUserId" : 12345 }