SunshineConversationsClient::DeviceListResponse
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| devices | Array<Device> | List of returned devices. | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::DeviceListResponse.new(
devices: null
)