| 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 'SunshineConversationsClient'
instance = SunshineConversationsClient::ConversationJoinEventAllOfPayload.new(conversation: null,
user: null)