Sha256: fc3fa36eabbb830d1f9013df7c4ddafaede334677053c031d3d776e91213e1bf
Contents?: true
Size: 524 Bytes
Versions: 3
Compression:
Stored size: 524 Bytes
Contents
# ElasticEmail::SegmentPayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Segment name | [optional] | | **rule** | **String** | SQL-like rule to determine which Contacts belong to this Segment. Help for building a segment rule can be found here: https://help.elasticemail.com/en/articles/5162182-segment-rules | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::SegmentPayload.new( name: null, rule: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.12 | docs/SegmentPayload.md |
ElasticEmail-4.0.11 | docs/SegmentPayload.md |
ElasticEmail-4.0.1 | docs/SegmentPayload.md |