SunshineConversationsClient::ConversationReadEventAllOfPayloadActivity

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeStringThe type of activity.[optional][default to 'conversation:read']
sourceSourceWebhookThe source of the activity.[optional]
authorAuthorWebhook[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ConversationReadEventAllOfPayloadActivity.new(
  type: null,
  source: null,
  author: null
)