Sha256: 69118f733ca396c1dadfc48c63f164229d5adc7121af12f182abdb8f5867ba6f

Contents?: true

Size: 1.17 KB

Versions: 35

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

35 entries across 35 versions & 1 rubygems

Version Path
sunshine-conversations-client-12.3.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-12.2.2 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-12.2.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-12.1.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-12.0.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-11.0.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-10.0.1 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-10.0.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-9.15.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-9.14.1 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-9.14.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-9.13.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-9.12.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-9.11.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-9.10.0 docs/ClientUpdateEventAllOfPayload.md