Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 820 Bytes

File metadata and controls

25 lines (18 loc) · 820 Bytes

SunshineConversationsClient::User

Properties

Name Type Description Notes
id String The unique ID of the user. [optional]
external_id String An optional ID that can also be used to retrieve the user. [optional]
signed_up_at String [optional]
profile Profile [optional]
metadata Object [optional]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::User.new(id: 7494535bff5cef41a15be74d,
                                 external_id: your-own-id,
                                 signed_up_at: null,
                                 profile: null,
                                 metadata: null)