Sha256: 08d96b315210fb2cfbf69e727f6b9c74393244cd02b19b12ae3254c9402f504e
Contents?: true
Size: 756 Bytes
Versions: 131
Compression:
Stored size: 756 Bytes
Contents
# UltracartClient::ConversationEngagementsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_engagements** | [**Array<ConversationEngagement>**](ConversationEngagement.md) | | [optional] | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationEngagementsResponse.new( conversation_engagements: null, error: null, metadata: null, success: null, warning: null ) ```
Version data entries
131 entries across 131 versions & 1 rubygems