Sha256: 313d1b7f2e4119199e797ada9850339114f9bc204932a58ae38074e402f5ee8a
Contents?: true
Size: 670 Bytes
Versions: 50
Compression:
Stored size: 670 Bytes
Contents
# SunshineConversationsClient::Activity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | If the author type is `user`, only `conversation:read` is supported. | [optional] **source** | [**SourceWebhook**](SourceWebhook.md) | The source of the activity. | [optional] **author** | [**AuthorWebhook**](AuthorWebhook.md) | | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::Activity.new(type: null, source: null, author: null) ```
Version data entries
50 entries across 50 versions & 1 rubygems