ReportConfigAggregationResponse

data class ReportConfigAggregationResponse(val function: String, val name: String)

The aggregation expression to be used in the report.

Constructors

Link copied to clipboard
constructor(function: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the aggregation function to use.

Link copied to clipboard

The name of the column to aggregate.