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