Sha256: 082aec8f0998da3e634f056fe73b41a6f85cda1454a9cd4b4764395bf97e869a

Contents?: true

Size: 634 Bytes

Versions: 50

Compression:

Stored size: 634 Bytes

Contents

# SunshineConversationsClient::ConversationListResponse

## Properties

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

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ConversationListResponse.new(conversations: null,
                                 meta: null,
                                 links: null)
```


Version data entries

50 entries across 50 versions & 1 rubygems

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