| name | data type | constraints | description |
|---|---|---|---|
| myClassType | number | required | |
| myDisplayValue | string | ||
| id | number | Returns the value for the member attribute id | |
| name | string | Returns the value for the member attribute name | |
| description | string | Returns the value for the member attribute description | |
| status | number | required | Returns the value for the member attribute status |
| isVisible | number | Returns the value for the member attribute isVisible | |
| credStoreId | number | Returns the value for the member attribute credStoreId | |
| otherAttributes | string | JSON String representation of additional store attributes if available,
null otherwise.
|
|
| syncSource | string | JSON String representation of sync source attribute if available,
null otherwise.
|
|
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
{
"myClassType" : 12345,
"myDisplayValue" : "...",
"id" : 12345,
"name" : "...",
"description" : "...",
"status" : 12345,
"isVisible" : 12345,
"credStoreId" : 12345,
"otherAttributes" : "...",
"syncSource" : "...",
"createTime" : 12345,
"updateTime" : 12345,
"addedByUserId" : 12345,
"updatedByUserId" : 12345
}