Sha256: 07e99c1030c2eeb492d036f673b516d6a6aee813fba7a8d5f326368d9085f795
Contents?: true
Size: 640 Bytes
Versions: 9
Compression:
Stored size: 640 Bytes
Contents
# MessenteApi::DeliveryReportResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **statuses** | [**Array<DeliveryResult>**](DeliveryResult.md) | Contains the delivery reports for each channel, ordered by send order | **to** | **String** | Phone number in e.164 format | **omnimessage_id** | **String** | Unique identifier for the omnimessage | ## Code Sample ```ruby require 'MessenteApi' instance = MessenteApi::DeliveryReportResponse.new(statuses: null, to: null, omnimessage_id: null) ```
Version data entries
9 entries across 9 versions & 1 rubygems