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] |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::UserMergeEventAllOfPayloadMergedClients.new(surviving: null,
discarded: null)