SunshineConversationsClient::UserMergeEventAllOfPayloadMergedClients
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| surviving | Client | The client that already existed before the merge started. | [optional] |
| discarded | Client | The pending client that was discarded during the merge event. | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::UserMergeEventAllOfPayloadMergedClients.new(
surviving: null,
discarded: null
)