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