Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 502 Bytes

File metadata and controls

18 lines (12 loc) · 502 Bytes

SunshineConversationsClient::SwitchboardIntegrationListResponse

Properties

Name Type Description Notes
switchboard_integrations Array<SwitchboardIntegration> List of returned switchboard integrations. [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::SwitchboardIntegrationListResponse.new(
  switchboard_integrations: null
)