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