Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 602 Bytes

FileInfoImpl.md

File metadata and controls

14 lines (10 loc) · 602 Bytes

FileInfoImpl

Properties

Name Type Description Notes
id str The ID of the file. [optional]
name str The name of the file. [optional]
content_type str The MIME type of the file content. [optional]
size int The size of the file. [optional]
extension str The extension of the file. [optional]

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