Sha256: be6d68f36609eb0654f6dc32ced0e422881dd2948d3a70491ccc675582f5e504
Contents?: true
Size: 581 Bytes
Versions: 4
Compression:
Stored size: 581 Bytes
Contents
# ElasticEmail::SplitOptions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **optimize_for** | [**SplitOptimizationType**](SplitOptimizationType.md) | Type of results by which to determine the winner template (content) | [optional] | | **optimize_period_minutes** | **Integer** | For how long should the results be measured until determining the winner template (content) | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::SplitOptions.new( optimize_for: null, optimize_period_minutes: 30 ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.13 | docs/SplitOptions.md |
ElasticEmail-4.0.12 | docs/SplitOptions.md |
ElasticEmail-4.0.11 | docs/SplitOptions.md |
ElasticEmail-4.0.1 | docs/SplitOptions.md |