Sha256: 3b0c820e0070f3bde41b8c5776f729f7386e70bf06a05397248da985b67e2773
Contents?: true
Size: 561 Bytes
Versions: 117
Compression:
Stored size: 561 Bytes
Contents
# UltracartClient::ConversationSearchResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **range_begin** | **Integer** | | [optional] | | **range_end** | **Integer** | | [optional] | | **records** | [**Array<ConversationSummary>**](ConversationSummary.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
117 entries across 117 versions & 1 rubygems