Sha256: a6558fda7f71c7ea9bb78e36016618f8938a2b1a3712f69859db8128615eac8b

Contents?: true

Size: 795 Bytes

Versions: 2

Compression:

Stored size: 795 Bytes

Contents

# SunshineConversationsClient::UserUpdateEventAllOfPayload

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user** | [**User**](User.md) | The updated user. | [optional] 
**reason** | **String** | The reason why the user was updated, if applicable. * `authentication` - An anonymous user became an [identified](https://docs.smooch.io/guide/intro-to-users/) user.  | [optional] 
**source** | [**SourceWebhook**](SourceWebhook.md) | The source of the creation. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::UserUpdateEventAllOfPayload.new(user: null,
                                 reason: null,
                                 source: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.7.0 docs/UserUpdateEventAllOfPayload.md
sunshine-conversations-client-9.6.0 docs/UserUpdateEventAllOfPayload.md