Sha256: 69118f733ca396c1dadfc48c63f164229d5adc7121af12f182abdb8f5867ba6f
Contents?: true
Size: 1.17 KB
Versions: 34
Compression:
Stored size: 1.17 KB
Contents
# SunshineConversationsClient::ClientUpdateEventAllOfPayload ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **conversation** | [**ConversationTruncated**](ConversationTruncated.md) | The conversation which triggered a change in the client. | [optional] **user** | [**UserTruncated**](UserTruncated.md) | The user associated with the client. | [optional] **client** | [**Client**](Client.md) | The updated client. | [optional] **reason** | **String** | The reason for which the client was updated. * `confirmed` - The client is now active and ready to use. * `blocked` - The user has unsubscribed from the conversation. * `unblocked` - A previously unsubscribed user resubscribed to the conversation. * `matched` - The channel found a user that matches the information provided. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::ClientUpdateEventAllOfPayload.new(conversation: null, user: null, client: null, reason: null) ```
Version data entries
34 entries across 34 versions & 1 rubygems