| Name | Type | Description | Notes |
|---|---|---|---|
| ComparisonResults | bool | 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 | string | 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 | int | Result set page size. The default value is 200 records. Max is 10000. | [optional] |
| SelectedFilters | List<ReportFilter> | [optional] | |
| SkipCache | bool | 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] |