Sha256: e6bd00a3078df93738ab69c1aa3f63ff917e5ef2dbfea0463ec38eec90373a1e
Contents?: true
Size: 618 Bytes
Versions: 7
Compression:
Stored size: 618 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: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems