SunshineConversationsClient::DeviceListResponse

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
devicesArray<Device>List of returned devices.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::DeviceListResponse.new(
  devices: null
)