Sha256: 9890f350d3d568c2b458c61eab391451566d374ad5338613e4784887136b5773
Contents?: true
Size: 731 Bytes
Versions: 1
Compression:
Stored size: 731 Bytes
Contents
# UltracartClient::ReportPage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **filters** | [**Array<ReportFilter>**](ReportFilter.md) | | [optional] | | **height** | **Float** | Height of the report page in inches | [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, title: null, visualizations: null, width: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ultracart_api-4.0.148 | docs/ReportPage.md |