Sha256: 9bff92a62e7f4082cf3df49c15f7d7860efdb366d024ea8b0f2d10d73612a349

Contents?: true

Size: 911 Bytes

Versions: 50

Compression:

Stored size: 911 Bytes

Contents

# SunshineConversationsClient::ConversationMessageDeliveryPayloadDestination

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | An identifier for the channel to which a message was sent to. May include one of \"web\", \"ios\", \"android\", \"messenger\", \"viber\", \"telegram\", \"wechat\", \"line\", \"twilio\", \"api\", \"notification\", or any other channel. | [optional] 
**integration_id** | **String** | Identifier indicating which integration the message was sent to. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ConversationMessageDeliveryPayloadDestination.new(type: null,
                                 integration_id: null)
```


Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.4.6 docs/ConversationMessageDeliveryPayloadDestination.md
sunshine-conversations-client-9.4.5 docs/ConversationMessageDeliveryPayloadDestination.md
sunshine-conversations-client-9.4.4 docs/ConversationMessageDeliveryPayloadDestination.md
sunshine-conversations-client-9.4.3 docs/ConversationMessageDeliveryPayloadDestination.md
sunshine-conversations-client-9.4.2 docs/ConversationMessageDeliveryPayloadDestination.md
sunshine-conversations-client-9.4.1 docs/ConversationMessageDeliveryPayloadDestination.md
sunshine-conversations-client-9.4.0 docs/ConversationMessageDeliveryPayloadDestination.md
sunshine-conversations-client-9.3.0 docs/ConversationMessageDeliveryPayloadDestination.md
sunshine-conversations-client-9.2.0 docs/ConversationMessageDeliveryPayloadDestination.md
sunshine-conversations-client-9.1.1 docs/ConversationMessageDeliveryPayloadDestination.md