# 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 |
---|---|---|---|
content_length | int | Size of attachment in bytes | [optional] |
content_type | str | Content type of attachment | [optional] |
id | str | ID of attachment | [optional] |
name | str | Name of attachment | [optional] |
[Back to Model list] [Back to API list] [Back to README]