Sha256: 61ad9b6f2342897300467b28333768d08424c503da5bf6534081d48ee65c62b8
Contents?: true
Size: 906 Bytes
Versions: 35
Compression:
Stored size: 906 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. * `localeDetection` - A user was updated as a result of automated locale detection on messages sent. | [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
35 entries across 35 versions & 1 rubygems