Sha256: 223a5ccffc376b7d05308a8a8182c7b5ab8acd1da0d3a9ba966e489126fb7d9c
Contents?: true
Size: 635 Bytes
Versions: 42
Compression:
Stored size: 635 Bytes
Contents
# SunshineConversationsClient::UserMergeEventAllOfPayloadMergedClients ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **surviving** | [**Client**](Client.md) | The client that already existed before the merge started. | [optional] **discarded** | [**Client**](Client.md) | The pending client that was discarded during the merge event. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::UserMergeEventAllOfPayloadMergedClients.new(surviving: null, discarded: null) ```
Version data entries
42 entries across 42 versions & 1 rubygems