# 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 messages 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) ```