Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.48 KB

FolderWithoutChildren.md

File metadata and controls

22 lines (17 loc) · 1.48 KB

FolderWithoutChildren

Properties

Name Type Description Notes
id int [readonly]
type str DEPRECATED: Use 'nature' instead. Value is "Folder". It is usefull to parse the tree and discriminate folders and files [readonly]
nature str Value is "Folder". It is usefull to parse the tree and discriminate folders and files [readonly]
name str Name of the folder
created_at datetime Creation date [readonly]
updated_at datetime Date of the last update [readonly]
created_by bool, date, datetime, dict, float, int, list, str, none_type [readonly]
groups_permissions [GroupFolderRead] List of group permissions [readonly]
user_permission int Aggregate of group user permissions and folder default permission [readonly]
parent_id int, none_type [optional]
default_permission int Permission for a Folder * `1` - denied * `50` - read_only * `100` - read_write [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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