Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 676 Bytes

FileInfo.md

File metadata and controls

13 lines (10 loc) · 676 Bytes

# FileInfo

Properties

Name Type Description Notes
file_name string Name of your file including extension. [optional]
size int Size of your attachment (in bytes). [optional]
date_added \DateTime Date of creation in YYYY-MM-DDThh:ii:ss format [optional]
expiration_date \DateTime Date when the file will be deleted from your Account. [optional]
content_type string Content type of the file. [optional]

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