Sha256: 94829a8222d17439e960222a1a01cf278467e7dea465d54e5c15e3474d5a2f78

Contents?: true

Size: 527 Bytes

Versions: 51

Compression:

Stored size: 527 Bytes

Contents

# SunshineConversationsClient::ActivityPost

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**author** | [**Author**](Author.md) | The author of the activity. | 
**type** | **String** | If the author type is `user`, only `conversation:read` is supported. | 

## Code Sample

```ruby
require 'SunshineConversationsClient'

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


Version data entries

51 entries across 51 versions & 1 rubygems

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