Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 620 Bytes

File metadata and controls

24 lines (18 loc) · 620 Bytes

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

require 'ultracart_api'

instance = UltracartClient::ReportPageVisualizationMetric.new(
  aggregation: null,
  as: null,
  column: null,
  round: null
)