Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 513 Bytes

File metadata and controls

17 lines (10 loc) · 513 Bytes

SunshineConversationsClient::IntegrationUpdateBase

Properties

Name Type Description Notes
display_name String A human-friendly name used to identify the integration. `displayName` can be unset by changing it to `null`. [optional]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::IntegrationUpdateBase.new(display_name: My awesome integration)