Name | Type | Description | Notes |
---|---|---|---|
type | String | If the author type is `user`, only `conversation:read` is supported. | [optional] |
source | SourceWebhook | The source of the activity. | [optional] |
author | AuthorWebhook | [optional] |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::Activity.new(type: null,
source: null,
author: null)