Sha256: 811be1e4fe6d365a7bc240c24668ce959d6c5ee4513184c1803f33face99465f

Contents?: true

Size: 794 Bytes

Versions: 49

Compression:

Stored size: 794 Bytes

Contents

# SunshineConversationsClient::AuthorWebhook

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The `type` of the author. | 
**user_id** | **String** | The id of the user. Only supported when author `type` is `user`. | [optional] 
**user** | [**User**](User.md) | The user that authored the message or activity. `profile` is included in the payload if the `includeFullUser` option is enabled. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::AuthorWebhook.new(type: null,
                                 user_id: 5963c0d619a30a2e00de36b8,
                                 user: null)
```


Version data entries

49 entries across 49 versions & 1 rubygems

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