ReportGroupingResponse

data class ReportGroupingResponse(val name: String, val type: String)

The group by expression to be used in the report.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the column to group.

Link copied to clipboard

Has type of the column to group.