Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 743 Bytes

File metadata and controls

15 lines (11 loc) · 743 Bytes

ElasticEmail.Model.FileInfo

File information

Properties

Name Type Description Notes
FileName string Name of your file including extension. [optional]
Size int? Size of your attachment (in bytes). [optional]
DateAdded DateTime Date of creation in YYYY-MM-DDThh:ii:ss format [optional]
ExpirationDate DateTime? Date when the file will be deleted from your Account. [optional]
ContentType string Content type of the file. [optional]

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