Sha256: fdb5c4e68c1b9cd145f942d7f2c8baa6f62f7004cbde145510b8d62a71c680c2
Contents?: true
Size: 681 Bytes
Versions: 1
Compression:
Stored size: 681 Bytes
Contents
# MailSlurpClient::AttachmentMetaData ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **content_length** | **Integer** | Size of attachment in bytes | [optional] **content_type** | **String** | Content type of attachment | [optional] **id** | **String** | ID of attachment | [optional] **name** | **String** | Name of attachment | [optional] ## Code Sample ```ruby require 'MailSlurpClient' instance = MailSlurpClient::AttachmentMetaData.new(content_length: null, content_type: null, id: null, name: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mailslurp_client-7.0.8 | docs/AttachmentMetaData.md |