Sha256: 85b2f27696d5c04e1cac090756b669bd4a4d429894be94e7b0398ba7df5eac96
Contents?: true
Size: 508 Bytes
Versions: 13
Compression:
Stored size: 508 Bytes
Contents
# ElasticEmail::CampaignRecipient ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **list_names** | **Array<String>** | Names of lists from your Account to read recipients from | [optional] | | **segment_names** | **Array<String>** | Names of segments from your Account to read recipients from | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::CampaignRecipient.new( list_names: null, segment_names: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems