SunshineConversationsClient::ActivityTypes
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | If the author type is `user`, only `conversation:read` is supported. | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::ActivityTypes.new(
type: null
)