SunshineConversationsClient::ConversationRemoveEventAllOfPayload
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| conversation | ConversationTruncated | The conversation that was deleted. | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::ConversationRemoveEventAllOfPayload.new(
conversation: null
)