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