Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 865 Bytes

File metadata and controls

16 lines (13 loc) · 865 Bytes

# FolderInfoDto

Properties

Name Type Description Notes
has_children bool Folder 'has children' tag [optional]
id string Folder unique identifier [optional]
path string Parent folder full path [optional]
private bool Folder 'private' tag indicates whether folder is private [optional]
owner_id string Entity owner identifier [optional]
name string Entity name [optional]
custom_fields array<string,mixed> Entity custom attributes [optional]
last_modified \DateTime Last entity modification date and time [optional]

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