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-14.3.4 docs/ConversationListResponse.md
sunshine-conversations-client-14.3.3 docs/ConversationListResponse.md
sunshine-conversations-client-14.3.2 docs/ConversationListResponse.md
sunshine-conversations-client-14.3.1 docs/ConversationListResponse.md
sunshine-conversations-client-14.3.0 docs/ConversationListResponse.md
sunshine-conversations-client-14.2.0 docs/ConversationListResponse.md
sunshine-conversations-client-14.1.0 docs/ConversationListResponse.md
sunshine-conversations-client-14.0.0 docs/ConversationListResponse.md
sunshine-conversations-client-13.2.0 docs/ConversationListResponse.md
sunshine-conversations-client-13.1.0 docs/ConversationListResponse.md
sunshine-conversations-client-13.0.0 docs/ConversationListResponse.md
sunshine-conversations-client-12.8.0 docs/ConversationListResponse.md
sunshine-conversations-client-12.7.0 docs/ConversationListResponse.md
sunshine-conversations-client-12.6.2 docs/ConversationListResponse.md
sunshine-conversations-client-12.6.1 docs/ConversationListResponse.md
sunshine-conversations-client-12.6.0 docs/ConversationListResponse.md
sunshine-conversations-client-12.5.1 docs/ConversationListResponse.md
sunshine-conversations-client-12.4.0 docs/ConversationListResponse.md
sunshine-conversations-client-12.3.1 docs/ConversationListResponse.md
sunshine-conversations-client-12.3.0 docs/ConversationListResponse.md