Sha256: 61cd71d9a21ad115a7ec05ed13c47f709699b2d2d4c23e28d524921955c0b1dc
Contents?: true
Size: 504 Bytes
Versions: 10
Compression:
Stored size: 504 Bytes
Contents
# ElasticEmail::SegmentPayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Segment name | | | **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 | | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::SegmentPayload.new( name: null, rule: null ) ```
Version data entries
10 entries across 10 versions & 1 rubygems