| 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] |
require 'ElasticEmail'
instance = ElasticEmail::EmailsPayload.new(
rule: null,
emails: ["john.doe@sample.com"]
)