| name | data type | description |
|---|---|---|
| id | number | |
| boolean | ||
| ownerFullName | string | |
| parents | array of HdcBasicTO | |
| ownerId | number | |
| name | string | |
| hql | string | |
| parentsAsString | string | |
| classId | number | |
| classLabel | string |
Example
{
"id" : 12345,
"shared" : true,
"ownerFullName" : "...",
"parents" : [ { }, { } ],
"ownerId" : 12345,
"name" : "...",
"hql" : "...",
"parentsAsString" : "...",
"classId" : 12345,
"classLabel" : "..."
}