Sha256: 6671d0ac193cfb1662b3cc6f4d9682ce531ea1401e520603a39b63482da86a3f
Contents?: true
Size: 1 KB
Versions: 9
Compression:
Stored size: 1 KB
Contents
# MessenteApi::DeliveryResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **status** | [**Status**](Status.md) | | [optional] **channel** | [**Channel**](Channel.md) | | [optional] **message_id** | **String** | Unique identifier for the message | [optional] **error** | **String** | Human-readable description of what went wrong, *null* in case of success or if the message has not been processed yet | [optional] **err** | [**ErrorCodeOmnichannelMachine**](ErrorCodeOmnichannelMachine.md) | | [optional] **timestamp** | **DateTime** | When this status was received by Omnichannel API | [optional] ## Code Sample ```ruby require 'MessenteApi' instance = MessenteApi::DeliveryResult.new(status: null, channel: null, message_id: null, error: null, err: null, timestamp: null) ```
Version data entries
9 entries across 9 versions & 1 rubygems