SunshineConversationsClient::UserMergeEventAllOfPayloadMergedClients

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
survivingClientThe client that already existed before the merge started.[optional]
discardedClientThe pending client that was discarded during the merge event.[optional]

Example

require 'sunshine-conversations-client'

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