Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 730 Bytes

File metadata and controls

19 lines (12 loc) · 730 Bytes

SunshineConversationsClient::UserMergeEventAllOfPayloadMergedConversations

Properties

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

Code Sample

require 'SunshineConversationsClient'

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