Name | Type | Description | Notes |
---|---|---|---|
author | Author | The author of the activity. | |
type | String | If the author type is `user`, only `conversation:read` is supported. |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::ActivityPost.new(author: null,
type: null)