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