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