SunshineConversationsClient::SwitchboardListResponse

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
switchboardsArray<Switchboard>List of returned switchboards.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::SwitchboardListResponse.new(
  switchboards: null
)