MailSlurpClient::AttachmentProjection
Properties
Name | Type | Description | Notes |
name | String | | [optional] |
content_length | Integer | Content length of attachment in bytes | [optional] |
user_id | String | | |
created_at | DateTime | | |
updated_at | DateTime | | |
attachment_id | String | Attachment ID | |
content_type | String | Content type of attachment. | [optional] |
Code Sample
require 'MailSlurpClient'
instance = MailSlurpClient::AttachmentProjection.new(name: null,
content_length: null,
user_id: null,
created_at: null,
updated_at: null,
attachment_id: null,
content_type: image/png)