Sha256: c2db9212c0709299beb890205b2fa76ac2bd128f83b5a52771ebb98d8c1dae4c
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
# Bandwidth::MessageFailedCallbackMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | | | **owner** | **String** | | | | **application_id** | **String** | | | | **time** | **Time** | | | | **segment_count** | **Integer** | | | | **direction** | [**MessageDirectionEnum**](MessageDirectionEnum.md) | | | | **to** | **Array<String>** | | | | **from** | **String** | | | | **text** | **String** | | | | **tag** | **String** | | | | **media** | **Array<String>** | | [optional] | | **priority** | [**PriorityEnum**](PriorityEnum.md) | | | ## Example ```ruby require 'bandwidth-sdk' instance = Bandwidth::MessageFailedCallbackMessage.new( id: 1661365814859loidf7mcwd4qacn7, owner: +15553332222, application_id: 93de2206-9669-4e07-948d-329f4b722ee2, time: 2016-09-14T18:20:16Z, segment_count: 1, direction: null, to: ["+15552223333"], from: +15553332222, text: , tag: custom string, media: ["https://dev.bandwidth.com/images/bandwidth-logo.png","https://dev.bandwidth.com/images/github_logo.png"], priority: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bandwidth-sdk-11.0.0.pre.beta.1.1 | docs/MessageFailedCallbackMessage.md |
bandwidth-sdk-11.0.0.pre.beta.1 | docs/MessageFailedCallbackMessage.md |