| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | The type of activity. | [optional][default to 'conversation:read'] |
| source | SourceWebhook | The source of the activity. | [optional] |
| author | AuthorWebhook | [optional] |
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::ConversationReadEventAllOfPayloadActivity.new(
type: null,
source: null,
author: null
)