Sha256: d81a2af0a3299a0393818c4006d46e73ef51380dc20d6a8b9aeb61a714f19855
Contents?: true
Size: 631 Bytes
Versions: 6
Compression:
Stored size: 631 Bytes
Contents
# UltracartClient::ReportPage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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( height: null, title: null, visualizations: null, width: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems