| Name | Type | Description | Notes |
|---|---|---|---|
| user_id | String | The user's id. One of `userId` or `userExternalId` is required, but not both. | [optional] |
| user_external_id | String | The external Id of the user. One of `userId` or `userExternalId` is required, but not both. | [optional] |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::ConversationListFilter.new(user_id: null,
user_external_id: null)