Sha256: 55f712ca7777a05fa706c4f81e7097e2337ebcdda11f1159d74ad4d3fc0da61f

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

# UltracartClient::ReportDataSetSummary

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **data_set_uuid** | **String** | A unique identifier assigned to the data set that is returned. | [optional] |
| **error_message** | **String** | Error message if the query failed. | [optional] |
| **for_object_id** | **String** | An identifier that can be used to help match up the returned data set | [optional] |
| **for_object_type** | **String** | The type of object this data set is for | [optional] |
| **max_results** | **Integer** | The total number of results | [optional] |
| **schema** | [**Array<ReportDataSetSchema>**](ReportDataSetSchema.md) | The schema associated with the data set. | [optional] |
| **user_data** | **String** | Any other data that needs to be returned with the response to help the UI | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::ReportDataSetSummary.new(
  data_set_uuid: null,
  error_message: null,
  for_object_id: null,
  for_object_type: null,
  max_results: null,
  schema: null,
  user_data: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ultracart_api-4.0.143 docs/ReportDataSetSummary.md