DashboardColumnIdentifier

data class DashboardColumnIdentifier(val columnName: String, val dataSetIdentifier: String)

Constructors

Link copied to clipboard
constructor(columnName: String, dataSetIdentifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the column.

Link copied to clipboard

The data set that the column belongs to.