| Name | Type | Description | Notes |
|---|---|---|---|
| conversation | ConversationTruncated | The conversation in which the message was read. | [optional] |
| activity | ConversationReadEventAllOfPayloadActivity | [optional] |
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::ConversationReadEventAllOfPayload.new(
conversation: null,
activity: null
)