| Name | Type | Description | Notes |
|---|---|---|---|
| surviving | ConversationTruncated | The conversation that now represents the merged conversation object. | [optional] |
| discarded | ConversationTruncated | The conversation that was unified into the surviving conversation object. | [optional] |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::UserMergeEventAllOfPayloadMergedConversations.new(surviving: null,
discarded: null)