Sha256: 6ee359a6a34938cd405cd968c1a03583f79890aa9c2b7e0784b85438876d3bbe

Contents?: true

Size: 615 Bytes

Versions: 3

Compression:

Stored size: 615 Bytes

Contents

# ElasticEmail::EmailsPayload

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **rule** | **String** | SQL-like rule. Sending 'All' as a value loads all resources of the given type. Help for building a segment rule can be found here: https://help.elasticemail.com/en/articles/5162182-segment-rules | [optional] |
| **emails** | **Array<String>** | Comma delimited list of contact emails | [optional] |

## Example

```ruby
require 'ElasticEmail'

instance = ElasticEmail::EmailsPayload.new(
  rule: null,
  emails: ["john.doe@sample.com"]
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ElasticEmail-4.0.26 docs/EmailsPayload.md
ElasticEmail-4.0.25 docs/EmailsPayload.md
ElasticEmail-4.0.24 docs/EmailsPayload.md