Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 741 Bytes

File metadata and controls

15 lines (10 loc) · 741 Bytes

FileInfo

Properties

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

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