Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 906 Bytes

File metadata and controls

21 lines (14 loc) · 906 Bytes

SunshineConversationsClient::UserUpdateEventAllOfPayload

Properties

Name Type Description Notes
user User The updated user. [optional]
reason String The reason why the user was updated, if applicable. * `authentication` - An anonymous user became an identified user. * `localeDetection` - A user was updated as a result of automated locale detection on messages sent. [optional]
source SourceWebhook The source of the creation. [optional]

Code Sample

require 'SunshineConversationsClient'

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