Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 731 Bytes

Integration.md

File metadata and controls

23 lines (16 loc) · 731 Bytes

SunshineConversationsClient::Integration

Properties

Name Type Description Notes
id String The unique ID of the integration. [optional] [readonly]
type String
status Status [optional]
display_name String A human-friendly name used to identify the integration. [optional]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::Integration.new(id: 5e4af71a81966cfff3ef6550,
                                 type: android,
                                 status: null,
                                 display_name: Channel name)