| Name | Type | Description | Notes |
|---|---|---|---|
| error | Error | [optional] | |
| events | Array<ConversationAgentStatusEvent> | Status transition events | [optional] |
| metadata | ResponseMetadata | [optional] | |
| success | Boolean | Indicates if API call was successful | [optional] |
| total | Integer | Total matching events (pre-pagination) | [optional] |
| warning | Warning | [optional] |
require 'ultracart_api'
instance = UltracartClient::ConversationAgentStatusHistorySearchResponse.new(
error: null,
events: null,
metadata: null,
success: null,
total: null,
warning: null
)