Sha256: e53b934110bee41e33eae48c09ce550fb026b28974fee0856079684907511707

Contents?: true

Size: 1012 Bytes

Versions: 2

Compression:

Stored size: 1012 Bytes

Contents

# MailSlurpClient::EmailProjection

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attachments** | **Array<String>** |  | [optional] 
**bcc** | **Array<String>** |  | [optional] 
**cc** | **Array<String>** |  | [optional] 
**created_at** | **DateTime** |  | 
**id** | **String** |  | 
**inbox_id** | **String** |  | 
**read** | **Boolean** |  | [optional] 
**subject** | **String** |  | [optional] 
**to** | **Array<String>** |  | 

## Code Sample

```ruby
require 'MailSlurpClient'

instance = MailSlurpClient::EmailProjection.new(attachments: null,
                                 bcc: null,
                                 cc: null,
                                 created_at: null,
                                 id: null,
                                 inbox_id: null,
                                 read: null,
                                 subject: null,
                                 to: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mailslurp_client-7.0.8 docs/EmailProjection.md
mailslurp_client-7.0.7 docs/EmailProjection.md