Sha256: 0a329b37d49233d74b8b65e44e6d9a7e2c3c368d1da20f8d6f8879c1e10cbc94
Contents?: true
Size: 1.47 KB
Versions: 41
Compression:
Stored size: 1.47 KB
Contents
# SunshineConversationsClient::UserMergeEventAllOfPayload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **merged_users** | [**UserMergeEventAllOfPayloadMergedUsers**](UserMergeEventAllOfPayloadMergedUsers.md) | | [optional] **merged_conversations** | [**UserMergeEventAllOfPayloadMergedConversations**](UserMergeEventAllOfPayloadMergedConversations.md) | | [optional] **merged_clients** | [**UserMergeEventAllOfPayloadMergedClients**](UserMergeEventAllOfPayloadMergedClients.md) | | [optional] **discarded_metadata** | **Object** | A flat object with the set of metadata properties that were discarded when merging the two users. This should contain values only if the combined metadata fields exceed the 4KB limit. | [optional] **reason** | **String** | The reason for which the users merged. * `api` - The users were merged using the API. * `channelLinking` - The users were merged as a result of initiating a channel link. * `sdkLogin` - The users were merged as a result of logging into an SDK device. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::UserMergeEventAllOfPayload.new(merged_users: null, merged_conversations: null, merged_clients: null, discarded_metadata: null, reason: null) ```
Version data entries
41 entries across 41 versions & 1 rubygems