Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 527 Bytes

ActivityPost.md

File metadata and controls

19 lines (12 loc) · 527 Bytes

SunshineConversationsClient::ActivityPost

Properties

Name Type Description Notes
author Author The author of the activity.
type String If the author type is `user`, only `conversation:read` is supported.

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ActivityPost.new(author: null,
                                 type: null)