Sha256: 3556899d2fe6344e71c32242f4a92b14debe7e3db29bc906cc5cf57db7365733

Contents?: true

Size: 992 Bytes

Versions: 1

Compression:

Stored size: 992 Bytes

Contents

# UltracartClient::Report

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **active** | **Boolean** |  | [optional] |
| **data_sources** | [**Array<ReportDataSource>**](ReportDataSource.md) |  | [optional] |
| **default_dataset_id** | **String** |  | [optional] |
| **default_project_id** | **String** |  | [optional] |
| **merchant_id** | **String** |  | [optional] |
| **name** | **String** |  | [optional] |
| **pages** | [**Array<ReportPage>**](ReportPage.md) |  | [optional] |
| **report_oid** | **Integer** | Object identifier for this report. | [optional] |
| **security_level** | **String** | Security level to execute report under | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::Report.new(
  active: null,
  data_sources: null,
  default_dataset_id: null,
  default_project_id: null,
  merchant_id: null,
  name: null,
  pages: null,
  report_oid: null,
  security_level: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ultracart_api-4.0.148 docs/Report.md