Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 638 Bytes

File metadata and controls

22 lines (16 loc) · 638 Bytes

SunshineConversationsClient::ConversationReadEventAllOfPayloadActivity

Properties

Name Type Description Notes
type String The type of activity. [optional][default to 'conversation:read']
source SourceWebhook The source of the activity. [optional]
author AuthorWebhook [optional]

Example

require 'sunshine-conversations-client'

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