Sha256: f3c355b0d3b13f52fe594eee52d9191b857283050823332949b2a0d587969402

Contents?: true

Size: 598 Bytes

Versions: 3

Compression:

Stored size: 598 Bytes

Contents

# ElasticEmail::ListPayload

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **list_name** | **String** | Name of your list. | [optional] |
| **allow_unsubscribe** | **Boolean** | True: Allow unsubscribing from this list. Otherwise, false | [optional] |
| **emails** | **Array<String>** | Comma delimited list of existing contact emails that should be added to this list | [optional] |

## Example

```ruby
require 'ElasticEmail'

instance = ElasticEmail::ListPayload.new(
  list_name: My List 1,
  allow_unsubscribe: false,
  emails: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ElasticEmail-4.0.12 docs/ListPayload.md
ElasticEmail-4.0.11 docs/ListPayload.md
ElasticEmail-4.0.1 docs/ListPayload.md