DashboardUnaggregatedField

data class DashboardUnaggregatedField(val column: DashboardColumnIdentifier, val fieldId: String, val formatConfiguration: DashboardFormatConfiguration? = null)

Constructors

Link copied to clipboard
constructor(column: DashboardColumnIdentifier, fieldId: String, formatConfiguration: DashboardFormatConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The column that is used in the UnaggregatedField .

Link copied to clipboard

The custom field ID.

Link copied to clipboard

The format configuration of the field.