Sha256: 1595b2d4cb72c92dffae2e4793c920973bf29bcaaf40bcbf70a4d17f5f5417f5
Contents?: true
Size: 721 Bytes
Versions: 29
Compression:
Stored size: 721 Bytes
Contents
# UltracartClient::ConversationPbxTimeRangeResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **time_range** | [**ConversationPbxTimeRange**](ConversationPbxTimeRange.md) | | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ConversationPbxTimeRangeResponse.new( error: null, metadata: null, success: null, time_range: null, warning: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems