Sha256: adf143290dc325ac615be51df5c3ff3abc716fb04f477e0f326f20b98cf94d02

Contents?: true

Size: 414 Bytes

Versions: 8

Compression:

Stored size: 414 Bytes

Contents

# ElasticEmail::SortOrderItem

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **public_inbound_id** | **String** | ID of the route to change the order of |  |
| **sort_order** | **Integer** | 1 - route will be used first |  |

## Example

```ruby
require 'ElasticEmail'

instance = ElasticEmail::SortOrderItem.new(
  public_inbound_id: null,
  sort_order: null
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

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