Sha256: b07a28251114d63fd3da96d9db796eb7266ba47b1563f9a74571777dc61b6da0
Contents?: true
Size: 739 Bytes
Versions: 20
Compression:
Stored size: 739 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] | | **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
20 entries across 20 versions & 1 rubygems