Sha256: 4f6d3423b8db0ceb289a81a79f9da7b42a06a638d68ad6197a034097f1aa3cea
Contents?: true
Size: 856 Bytes
Versions: 59
Compression:
Stored size: 856 Bytes
Contents
# UltracartClient::ReportPage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **filters** | [**Array<ReportPageFilter>**](ReportPageFilter.md) | | [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>**](ReportPageVisualization.md) | Visualizations on the report page. | [optional] | | **width** | **Float** | Width of the report page in inches | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ReportPage.new( filters: null, height: null, settings: null, title: null, visualizations: null, width: null ) ```
Version data entries
59 entries across 59 versions & 1 rubygems