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