Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 385 Bytes

File metadata and controls

18 lines (12 loc) · 385 Bytes

SunshineConversationsClient::SwitchboardResponse

Properties

Name Type Description Notes
switchboard Switchboard The switchboard. [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::SwitchboardResponse.new(
  switchboard: null
)