Sha256: 68a325b135366bc30883dec081fbc9f531171daca13602ff95735cec972ba3a1
Contents?: true
Size: 617 Bytes
Versions: 7
Compression:
Stored size: 617 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
7 entries across 7 versions & 1 rubygems