Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 465 Bytes

File metadata and controls

18 lines (12 loc) · 465 Bytes

SunshineConversationsClient::SwitchboardIntegrationResponse

Properties

Name Type Description Notes
switchboard_integration SwitchboardIntegration The switchboard integration. [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::SwitchboardIntegrationResponse.new(
  switchboard_integration: null
)