SunshineConversationsClient::ConversationListFilter

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
user_idStringThe user's id. One of `userId` or `userExternalId` is required, but not both.[optional]
user_external_idStringThe external Id of the user. One of `userId` or `userExternalId` is required, but not both.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ConversationListFilter.new(
  user_id: null,
  user_external_id: null
)