Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 618 Bytes

File metadata and controls

15 lines (11 loc) · 618 Bytes

StorageFile

File or folder information

Properties

Name Type Description Notes
name str File or folder name. [optional]
is_folder bool True if it is a folder.
modified_date datetime File or folder last modified DateTime. [optional]
size int File or folder size.
path str File or folder path. [optional]

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