Sha256: 573bb428eab62f3b7fe3aa2017bb06ed24a3a6143e08b0827a87df072ae08f44

Contents?: true

Size: 992 Bytes

Versions: 9

Compression:

Stored size: 992 Bytes

Contents

# ElasticEmail::InboundRoute

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **public_id** | **String** |  | [optional] |
| **name** | **String** | Name of this route | [optional] |
| **filter_type** | [**InboundRouteFilterType**](InboundRouteFilterType.md) |  | [optional][default to 'EmailAddress'] |
| **filter** | **String** | Filter of the inbound data | [optional] |
| **action_type** | [**InboundRouteActionType**](InboundRouteActionType.md) |  | [optional][default to 'ForwardToEmail'] |
| **action_parameter** | **String** | URL address or Email to notify about the inbound | [optional] |
| **sort_order** | **Integer** | Place of this route in your routes queue's order | [optional] |

## Example

```ruby
require 'ElasticEmail'

instance = ElasticEmail::InboundRoute.new(
  public_id: null,
  name: null,
  filter_type: null,
  filter: null,
  action_type: null,
  action_parameter: null,
  sort_order: null
)
```

Version data entries

9 entries across 9 versions & 1 rubygems

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