| Name | Type | Description | Notes |
|---|---|---|---|
| conversation | ConversationTruncated | The conversation in which the user was added. | [optional] |
| user | UserTruncated | The user that joined the conversation. | [optional] |
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::ConversationJoinEventAllOfPayload.new(
conversation: null,
user: null
)