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