Sha256: b11a62841659aa303bf6d88b243242a9479ea25afc00cb954b28853ae0d54e93
Contents?: true
Size: 647 Bytes
Versions: 1
Compression:
Stored size: 647 Bytes
Contents
# ElasticEmail::ListPayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **list_name** | **String** | Name of your list. | | | **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. Leave empty for all contacts | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::ListPayload.new( list_name: My List 1, allow_unsubscribe: false, emails: ["john.doe@sample.com"] ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.24 | docs/ListPayload.md |