Sha256: 5fae61a8a41b184c0c77c8ace679c320f36d0a5848cfc10649fd699f9c16ad45
Contents?: true
Size: 673 Bytes
Versions: 86
Compression:
Stored size: 673 Bytes
Contents
# UltracartClient::ReportDataSetResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data_set** | [**ReportDataSet**](ReportDataSet.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::ReportDataSetResponse.new( data_set: null, error: null, metadata: null, success: null, warning: null ) ```
Version data entries
86 entries across 86 versions & 1 rubygems