Sha256: 27035d1c189ce7c54dca79d62c633164b8cec4f1b2fdb60f668a1536fb4c5ff9
Contents?: true
Size: 394 Bytes
Versions: 13
Compression:
Stored size: 394 Bytes
Contents
# ElasticEmail::Segment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Segment name | [optional] | | **rule** | **String** | SQL-like rule to determine which Contacts belong to this Segment. | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::Segment.new( name: null, rule: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems