Sha256: 959058ef94abaf145fba492ff4342eb30e201a7475f47e99a76b78d633e0d496

Contents?: true

Size: 592 Bytes

Versions: 50

Compression:

Stored size: 592 Bytes

Contents

# SunshineConversationsClient::ClientListResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**clients** | [**Array<Client>**](Client.md) | List of returned clients. | [optional] 
**meta** | [**Meta**](Meta.md) |  | [optional] 
**links** | [**Links**](Links.md) |  | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ClientListResponse.new(clients: null,
                                 meta: null,
                                 links: null)
```


Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.4.6 docs/ClientListResponse.md
sunshine-conversations-client-9.4.5 docs/ClientListResponse.md
sunshine-conversations-client-9.4.4 docs/ClientListResponse.md
sunshine-conversations-client-9.4.3 docs/ClientListResponse.md
sunshine-conversations-client-9.4.2 docs/ClientListResponse.md
sunshine-conversations-client-9.4.1 docs/ClientListResponse.md
sunshine-conversations-client-9.4.0 docs/ClientListResponse.md
sunshine-conversations-client-9.3.0 docs/ClientListResponse.md
sunshine-conversations-client-9.2.0 docs/ClientListResponse.md
sunshine-conversations-client-9.1.1 docs/ClientListResponse.md