Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 679 Bytes

File metadata and controls

14 lines (11 loc) · 679 Bytes

StorageFile

File or folder information

Properties

Name Type Description Notes
name String? File or folder name. [optional]
isFolder Bool True if it is a folder.
modifiedDate String? File or folder last modified DateTime. [optional]
size Int File or folder size.
path String? File or folder path. [optional]

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