Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 614 Bytes

UserMergeEventAllOfPayloadMergedUsers.md

File metadata and controls

19 lines (12 loc) · 614 Bytes

SunshineConversationsClient::UserMergeEventAllOfPayloadMergedUsers

Properties

Name Type Description Notes
surviving User The user that now represents the merged user object. [optional]
discarded User The user that was unified into the surviving user object. [optional]

Code Sample

require 'SunshineConversationsClient'

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