Sha256: 366c23eed24dc8b083fcb5efb1f5e6a0d5755c79a2c10a7a245173c9045254b1
Contents?: true
Size: 960 Bytes
Versions: 4
Compression:
Stored size: 960 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) | Type of the filter | [optional] | | **filter** | **String** | Filter of the inbound data | [optional] | | **action_type** | [**InboundRouteActionType**](InboundRouteActionType.md) | Type of action to take | [optional] | | **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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.13 | docs/InboundRoute.md |
ElasticEmail-4.0.12 | docs/InboundRoute.md |
ElasticEmail-4.0.11 | docs/InboundRoute.md |
ElasticEmail-4.0.1 | docs/InboundRoute.md |