Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.26 KB

FileMetadataGetResp.md

File metadata and controls

22 lines (18 loc) · 1.26 KB

FileMetadataGetResp

Properties

Name Type Description Notes
Id string File ID [optional] [default to null]
Gid float32 Unix group id [optional] [default to null]
Uid float32 Unix user id [optional] [default to null]
Created float32 File creation timestamp [optional] [default to null]
Modified float32 File modification timestamp [optional] [default to null]
Name string File name [optional] [default to null]
ParentId string File parent ID [optional] [default to null]
Size float32 File size in bytes [optional] [default to null]
Type_ string File type [optional] [default to null]
Metadata *interface{} File metadata json [optional] [default to null]
Operations float32 File operations bitmask [optional] [default to null]
SubType string File origin info [optional] [default to null]
Content []FileResp [optional] [default to null]

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