Sha256: c376e6f6fba84c7925a037fb75f4da41886c2f5aadb3db8f3216a9a31a95bd36
Contents?: true
Size: 812 Bytes
Versions: 1
Compression:
Stored size: 812 Bytes
Contents
# ElasticEmail::Campaign ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **content** | [**Array<CampaignTemplate>**](CampaignTemplate.md) | Campaign's email content. Provide multiple items to send an A/X Split Campaign | [optional] | | **name** | **String** | Campaign name | | | **status** | [**CampaignStatus**](CampaignStatus.md) | Campaign status | [optional] | | **recipients** | [**CampaignRecipient**](CampaignRecipient.md) | Recipients this campaign should be sent to | | | **options** | [**CampaignOptions**](CampaignOptions.md) | Campaign sending options | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::Campaign.new( content: null, name: null, status: null, recipients: null, options: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.13 | docs/Campaign.md |