SunshineConversationsClient::ConversationMessageDeliveryPayloadMessage

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
idStringA string representing the ID of the message.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ConversationMessageDeliveryPayloadMessage.new(
  id: null
)