Sha256: 33bca8cdf0fcacac989f61f1a19129ad6c91f22f7de3005d269221a392e45b80
Contents?: true
Size: 547 Bytes
Versions: 4
Compression:
Stored size: 547 Bytes
Contents
# UltracartClient::ConversationSearchResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **range_begin** | **Integer** | | [optional] | | **range_end** | **Integer** | | [optional] | | **records** | [**Array<Conversation>**](Conversation.md) | | [optional] | | **total** | **Integer** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationSearchResponse.new( range_begin: null, range_end: null, records: null, total: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems