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