Sha256: 8217f0c5b7688f79f29532afdc7617cc8417b01d694ca09f2f4b12bc73746420
Contents?: true
Size: 620 Bytes
Versions: 86
Compression:
Stored size: 620 Bytes
Contents
# UltracartClient::ReportPageVisualizationMetric ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **aggregation** | **String** | Aggregation to perform | [optional] | | **as** | **String** | Return the column as a different name | [optional] | | **column** | **String** | | [optional] | | **round** | **Integer** | Number of places after the decimal point to round the number to. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ReportPageVisualizationMetric.new( aggregation: null, as: null, column: null, round: null ) ```
Version data entries
86 entries across 86 versions & 1 rubygems