Sha256: d1b4690def4b3a769a280b90f7d2e63b4bbc607f8c3536ffc3b9c269bdf54b1b
Contents?: true
Size: 861 Bytes
Versions: 3
Compression:
Stored size: 861 Bytes
Contents
# ElasticEmail::InboundPayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **filter** | **String** | Filter of the inbound data | [optional] | | **name** | **String** | Name of this route | [optional] | | **filter_type** | [**InboundRouteFilterType**](InboundRouteFilterType.md) | Type of the filter | [optional] | | **action_type** | [**InboundRouteActionType**](InboundRouteActionType.md) | Type of action to take | [optional] | | **email_address** | **String** | Email to forward the inbound to | [optional] | | **http_address** | **String** | Address to notify about the inbound | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::InboundPayload.new( filter: null, name: null, filter_type: null, action_type: null, email_address: null, http_address: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.12 | docs/InboundPayload.md |
ElasticEmail-4.0.11 | docs/InboundPayload.md |
ElasticEmail-4.0.1 | docs/InboundPayload.md |