Sha256: 300852cb81ec1f2e8f23d97d093f63018434604c0e516ee0534b1b940c9f114e
Contents?: true
Size: 730 Bytes
Versions: 44
Compression:
Stored size: 730 Bytes
Contents
# SunshineConversationsClient::UserMergeEventAllOfPayloadMergedConversations ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **surviving** | [**ConversationTruncated**](ConversationTruncated.md) | The conversation that now represents the merged conversation object. | [optional] **discarded** | [**ConversationTruncated**](ConversationTruncated.md) | The conversation that was unified into the surviving conversation object. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::UserMergeEventAllOfPayloadMergedConversations.new(surviving: null, discarded: null) ```
Version data entries
44 entries across 44 versions & 1 rubygems