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

Version Path
ElasticEmail-4.0.26 docs/SegmentPayload.md
ElasticEmail-4.0.25 docs/SegmentPayload.md
ElasticEmail-4.0.24 docs/SegmentPayload.md
ElasticEmail-4.0.23 docs/SegmentPayload.md
ElasticEmail-4.0.22 docs/SegmentPayload.md
ElasticEmail-4.0.21 docs/SegmentPayload.md
ElasticEmail-4.0.20 docs/SegmentPayload.md
ElasticEmail-4.0.16 docs/SegmentPayload.md
ElasticEmail-4.0.15 docs/SegmentPayload.md
ElasticEmail-4.0.13 docs/SegmentPayload.md