Sha256: 41474b8ae05e7574bb09a848f2be7e76edd3873bca64e0f5dbaa47ece8158218

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

# Bandwidth::MessageSendingCallbackMessage

## 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** |  | [optional] |
| **media** | **Array<String>** |  |  |
| **priority** | [**PriorityEnum**](PriorityEnum.md) |  | [optional] |

## Example

```ruby
require 'bandwidth-sdk'

instance = Bandwidth::MessageSendingCallbackMessage.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
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bandwidth-sdk-13.1.2 docs/MessageSendingCallbackMessage.md