| Name | Type | Description | Notes |
|---|---|---|---|
| active | Boolean | [optional] | |
| dataSources | List<ReportDataSource> | [optional] | |
| defaultDatasetId | String | [optional] | |
| defaultProjectId | String | [optional] | |
| filters | List<ReportFilter> | [optional] | |
| merchantId | String | [optional] | |
| name | String | [optional] | |
| pages | List<ReportPage> | [optional] | |
| reportOid | Integer | Object identifier for this report. | [optional] |
| securityLevel | SecurityLevelEnum | Security level to execute report under | [optional] |
| settings | String | A JSON representation of the settings for this report | [optional] |
| Name | Value |
|---|---|
| STANDARD | "standard" |
| LOW | "low" |
| MEDIUM | "medium" |
| HIGH | "high" |