name | data type | constraints | description |
---|---|---|---|
id | number | Returns the value for the member attribute id | |
myClassType | number | required | |
myDisplayValue | string | ||
name | string | Returns the value for the member attribute name | |
description | string | Returns the value for the member attribute description | |
activeStatus | number | required | Returns the value for the member attribute activeStatus |
assetType | number | required | Returns the value for the member attribute assetType |
config | string | Returns the value for the member attribute config | |
supportNative | boolean | required | Returns the value for the member attribute supportNative |
Properties inherited from XXDBBase |
|||
myClassType | number | required | |
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, "myClassType" : 12345, "myDisplayValue" : "...", "name" : "...", "description" : "...", "activeStatus" : 12345, "assetType" : 12345, "config" : "...", "supportNative" : true, "createTime" : 12345, "updateTime" : 12345, "addedByUserId" : 12345, "updatedByUserId" : 12345 }