Sha256: 92e308b34dc5f6c0bfa7b16d7fe5fb197001c5b9855639571a083c514fb0d4c2
Contents?: true
Size: 571 Bytes
Versions: 3
Compression:
Stored size: 571 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 | | ## Example ```ruby require 'messente_api' instance = MessenteApi::DeliveryReportResponse.new( statuses: null, to: null, omnimessage_id: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
messente_api-2.3.0 | docs/DeliveryReportResponse.md |
messente_api-2.2.0 | docs/DeliveryReportResponse.md |
messente_api-2.1.0 | docs/DeliveryReportResponse.md |