| Name | Type | Description | Notes |
|---|---|---|---|
| filters | Array<ReportPageFilter> | [optional] | |
| height | Float | Height of the report page in inches | [optional] |
| settings | String | A JSON representation of the settings for this report | [optional] |
| title | String | [optional] | |
| visualizations | Array<ReportPageVisualization> | Visualizations on the report page. | [optional] |
| width | Float | Width of the report page in inches | [optional] |
require 'ultracart_api'
instance = UltracartClient::ReportPage.new(
filters: null,
height: null,
settings: null,
title: null,
visualizations: null,
width: null
)