Sha256: f99466062ab7a88899f09d1e379d2c79459c075386395783224b6cc03110c982
Contents?: true
Size: 823 Bytes
Versions: 2
Compression:
Stored size: 823 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] | | **read_only** | **Boolean** | | [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, read_only: null, success: null, warning: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ultracart_api-4.0.118.rc | docs/ConversationDepartmentsResponse.md |
ultracart_api-4.0.117.rc | docs/ConversationDepartmentsResponse.md |