SunshineConversationsClient::ConversationListResponse

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
conversationsArray<Conversation>List of returned conversations.[optional]
metaMeta[optional]
linksLinks[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ConversationListResponse.new(
  conversations: null,
  meta: null,
  links: null
)