| Name | Type | Description | Notes |
|---|---|---|---|
| comparisonResults | Boolean | True if a date range filter is provided with comparison date ranges and two results should be returned for the query. | [optional] |
| dataSetQueryUuid | String | A unique identifier assigned to the data set query that is returned. | [optional] |
| dataSource | ReportDataSource | [optional] | |
| dimensions | List<ReportPageVisualizationDimension> | [optional] | |
| filter | ReportFilter | [optional] | |
| forObjectId | String | An identifier that can be used to help match up the returned data set | [optional] |
| forObjectType | ForObjectTypeEnum | The type of object this data set is for | [optional] |
| metrics | List<ReportPageVisualizationMetric> | [optional] | |
| orderByColumns | List<ReportDataSetQueryOrderByColumn> | The columns to order by in the final result. If not specified the dimensions will be used | [optional] |
| pageSize | Integer | Result set page size. The default value is 200 records. Max is 10000. | [optional] |
| selectedFilters | List<ReportFilter> | [optional] | |
| skipCache | Boolean | True if the 15 minute cache should be skipped. | [optional] |
| userData | String | Any other data that needs to be returned with the response to help the UI | [optional] |
| Name | Value |
|---|---|
| SCHEMA | "schema" |
| FILTER | "filter" |
| VISUALIZATION | "visualization" |