SunshineConversationsClient::ConversationMessageDeliveryPayloadMessage
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | A string representing the ID of the message. | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::ConversationMessageDeliveryPayloadMessage.new(
id: null
)