# Bandwidth::MessageDeliveredCallbackMessage ## 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) | | [optional] | ## Example ```ruby require 'bandwidth-sdk' instance = Bandwidth::MessageDeliveredCallbackMessage.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: Hello world, tag: custom string, media: ["https://dev.bandwidth.com/images/bandwidth-logo.png","https://dev.bandwidth.com/images/github_logo.png"], priority: null ) ```