# mailslurp.Model.AttachmentMetaData
Meta data associated with an attachment. Attachments are stored as byte blobs so the meta data is stored separately.
# Properties
Name | Type | Description | Notes |
---|---|---|---|
ContentLength | long | Size of attachment in bytes | [optional] |
ContentType | string | Content type of attachment | [optional] |
Id | string | ID of attachment | [optional] |
Name | string | Name of attachment | [optional] |
[Back to Model list] [Back to API list] [Back to README]