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

Version Path
sunshine-conversations-client-14.3.4 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-14.3.3 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-14.3.2 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-14.3.1 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-14.3.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-14.2.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-14.1.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-14.0.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-13.2.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-13.1.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-13.0.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-12.8.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-12.7.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-12.6.2 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-12.6.1 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-12.6.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-12.5.1 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-12.4.0 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-12.3.1 docs/ClientUpdateEventAllOfPayload.md
sunshine-conversations-client-12.3.0 docs/ClientUpdateEventAllOfPayload.md