| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | ||
| name | string | The name must not contain spaces or the following special characters: * " < > \ / ? : and | . The character . must not be used at the end of the name. |
| node_type | string | ||
| is_folder | bool | ||
| is_file | bool | ||
| is_locked | bool | [optional] [default to false] | |
| modified_at | \DateTime | ||
| modified_by_user | \Alfresco\Model\UserInfo | ||
| created_at | \DateTime | ||
| created_by_user | \Alfresco\Model\UserInfo | ||
| parent_id | string | [optional] | |
| is_link | bool | [optional] | |
| content | \Alfresco\Model\ContentInfo | [optional] | |
| aspect_names | string[] | [optional] | |
| properties | object | [optional] | |
| allowable_operations | string[] | [optional] | |
| path | \Alfresco\Model\PathInfo | [optional] | |
| permissions | \Alfresco\Model\PermissionsInfo | [optional] |