Sha256: 0a87b51d00f5032fd2916521933a2e6127810a41754aa2f661303fff3c5e0b30
Contents?: true
Size: 759 Bytes
Versions: 140
Compression:
Stored size: 759 Bytes
Contents
# UltracartClient::ConversationCannedMessageResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_canned_message** | [**ConversationCannedMessage**](ConversationCannedMessage.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::ConversationCannedMessageResponse.new( conversation_canned_message: null, error: null, metadata: null, success: null, warning: null ) ```
Version data entries
140 entries across 140 versions & 1 rubygems