Sha256: 58f4f4e752796e3f0d1a2aea56c532a3064b39f7b9cfe70d6a6bcef0ed725106

Contents?: true

Size: 628 Bytes

Versions: 47

Compression:

Stored size: 628 Bytes

Contents

# SunshineConversationsClient::ConversationJoinEventAllOfPayload

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**conversation** | [**ConversationTruncated**](ConversationTruncated.md) | The conversation in which the user was added. | [optional] 
**user** | [**UserTruncated**](UserTruncated.md) | The user that joined the conversation. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ConversationJoinEventAllOfPayload.new(conversation: null,
                                 user: null)
```


Version data entries

47 entries across 47 versions & 1 rubygems

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