Sha256: 9d45e42721764befe29d1d826a096f229f6699347fba993fad07b90eac61e943
Contents?: true
Size: 756 Bytes
Versions: 129
Compression:
Stored size: 756 Bytes
Contents
# UltracartClient::ConversationDepartmentsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_departments** | [**Array<ConversationDepartment>**](ConversationDepartment.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::ConversationDepartmentsResponse.new( conversation_departments: null, error: null, metadata: null, success: null, warning: null ) ```
Version data entries
129 entries across 129 versions & 1 rubygems