name | data type | description |
---|---|---|
id | number | Returns the value for the member attribute id |
guid | string | the gUID |
policyId | number | the policyId |
policyLabelId | number | the policyLabelId |
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, "policyLabelId" : 12345, "myClassType" : 12345, "myDisplayValue" : "...", "createTime" : 12345, "updateTime" : 12345, "addedByUserId" : 12345, "updatedByUserId" : 12345 }