Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 422 Bytes

File metadata and controls

18 lines (12 loc) · 422 Bytes

SunshineConversationsClient::SwitchboardListResponse

Properties

Name Type Description Notes
switchboards Array<Switchboard> List of returned switchboards. [optional]

Example

require 'sunshine-conversations-client'

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