Sha256: 449d665f3202c158a3bac0e90a5c37cf4d81555471c01bc93d66f799bfb7dfd3
Contents?: true
Size: 794 Bytes
Versions: 110
Compression:
Stored size: 794 Bytes
Contents
# UltracartClient::ConversationDepartmentMembersResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **conversation_department_members** | [**Array<ConversationDepartmentMember>**](ConversationDepartmentMember.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::ConversationDepartmentMembersResponse.new( conversation_department_members: null, error: null, metadata: null, success: null, warning: null ) ```
Version data entries
110 entries across 110 versions & 1 rubygems