Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 512 Bytes

File metadata and controls

18 lines (12 loc) · 512 Bytes

SunshineConversationsClient::SyncUserBody

Properties

Name Type Description Notes
surviving_zendesk_id String Only used for synchronizing messaging users when their Support user counterparts have been merged. The user.id of the surviving Support user is specified here. [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::SyncUserBody.new(
  surviving_zendesk_id: 35436
)