Sha256: c03de1a93df21e08d3450b5598943e42f189510f813a862237a88647804566d4
Contents?: true
Size: 679 Bytes
Versions: 50
Compression:
Stored size: 679 Bytes
Contents
# SunshineConversationsClient::ConversationListFilter ## Properties 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] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::ConversationListFilter.new(user_id: null, user_external_id: null) ```
Version data entries
50 entries across 50 versions & 1 rubygems