Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 670 Bytes

Activity.md

File metadata and controls

21 lines (14 loc) · 670 Bytes

SunshineConversationsClient::Activity

Properties

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]

Code Sample

require 'SunshineConversationsClient'

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