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