Skip to content

Latest commit

 

History

History
executable file
·
18 lines (15 loc) · 1.06 KB

InlineObject.md

File metadata and controls

executable file
·
18 lines (15 loc) · 1.06 KB

# InlineObject

Properties

Name Type Description Notes
id int [optional] [readonly]
parent_id int [optional]
type string Value is "Folder". It is usefull to parse the tree and discriminate folders and files [optional] [readonly]
name string Name of the folder
created_at \DateTime Creation date [optional] [readonly]
updated_at \DateTime Date of the last update [optional] [readonly]
created_by \OpenAPI\Client\Model\User [optional]
groups_permissions \OpenAPI\Client\Model\FolderGroupPermission[] [optional] [readonly]
default_permission int Permission for a Folder [optional]
user_permission int Aggregate of group user permissions and folder default permission [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]