Sha256: 7204611b90b32d9bd0199e4043265d432ed741d028d07b82c54d4ba4b328ca2c
Contents?: true
Size: 821 Bytes
Versions: 1
Compression:
Stored size: 821 Bytes
Contents
# ElasticEmail::InboundPayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **filter** | **String** | Filter of the inbound data | | | **name** | **String** | Name of this route | | | **filter_type** | [**InboundRouteFilterType**](InboundRouteFilterType.md) | Type of the filter | | | **action_type** | [**InboundRouteActionType**](InboundRouteActionType.md) | Type of action to take | | | **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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.13 | docs/InboundPayload.md |