Sha256: 313d1b7f2e4119199e797ada9850339114f9bc204932a58ae38074e402f5ee8a

Contents?: true

Size: 670 Bytes

Versions: 51

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

51 entries across 51 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.5.6 docs/Activity.md
sunshine-conversations-client-9.4.6 docs/Activity.md
sunshine-conversations-client-9.4.5 docs/Activity.md
sunshine-conversations-client-9.4.4 docs/Activity.md
sunshine-conversations-client-9.4.3 docs/Activity.md
sunshine-conversations-client-9.4.2 docs/Activity.md
sunshine-conversations-client-9.4.1 docs/Activity.md
sunshine-conversations-client-9.4.0 docs/Activity.md
sunshine-conversations-client-9.3.0 docs/Activity.md
sunshine-conversations-client-9.2.0 docs/Activity.md
sunshine-conversations-client-9.1.1 docs/Activity.md