SunshineConversationsClient::Integration

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
idStringThe unique ID of the integration.[optional][readonly]
typeString
statusStatus[optional]
display_nameStringA human-friendly name used to identify the integration.[optional]

Example

require 'sunshine-conversations-client'

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