Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 635 Bytes

UserMergeEventAllOfPayloadMergedClients.md

File metadata and controls

19 lines (12 loc) · 635 Bytes

SunshineConversationsClient::UserMergeEventAllOfPayloadMergedClients

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]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::UserMergeEventAllOfPayloadMergedClients.new(surviving: null,
                                 discarded: null)