mailslurp 11.3.0

Official MailSlurp Email API Client
Documentation
# AttachmentMetaData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content_length** | Option<**i64**> | Size of attachment in bytes | [optional]
**content_type** | Option<**String**> | Content type of attachment | [optional]
**id** | Option<**String**> | ID of attachment | [optional]
**name** | Option<**String**> | Name of attachment | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)