| Name | Type | Description | Notes |
|---|---|---|---|
| clients | Array<Client> | List of returned clients. | [optional] |
| meta | Meta | [optional] | |
| links | Links | [optional] |
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::ClientListResponse.new(
clients: null,
meta: null,
links: null
)