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