Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 592 Bytes

File metadata and controls

20 lines (14 loc) · 592 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]

Example

require 'sunshine-conversations-client'

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