Sha256: 6f37ad79d07f7d9eb48e1ac70a22fe86d801cf2e1dbb9e5fbf51565e9a56b443

Contents?: true

Size: 1.24 KB

Versions: 2

Compression:

Stored size: 1.24 KB

Contents

# MailSlurpClient::CreateContactOptions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email_addresses** | **Array<String>** | Set of email addresses belonging to the contact | [optional] 
**first_name** | **String** |  | [optional] 
**group_id** | **String** | Group IDs that contact belongs to | [optional] 
**meta_data** | [**JsonNode**](JsonNode.md) |  | [optional] 
**opt_out** | **Boolean** | Has the user explicitly or implicitly opted out of being contacted? If so MailSlurp will ignore them in all actions. | [optional] 
**tags** | **Array<String>** | Tags that can be used to search and group contacts | [optional] 
**last_name** | **String** |  | [optional] 
**company** | **String** |  | [optional] 

## Code Sample

```ruby
require 'MailSlurpClient'

instance = MailSlurpClient::CreateContactOptions.new(email_addresses: null,
                                 first_name: null,
                                 group_id: null,
                                 meta_data: null,
                                 opt_out: null,
                                 tags: null,
                                 last_name: null,
                                 company: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

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