DashboardCalculatedField

data class DashboardCalculatedField(val dataSetIdentifier: String, val expression: String, val name: String)

Constructors

Link copied to clipboard
constructor(dataSetIdentifier: String, expression: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data set that is used in this calculated field.

Link copied to clipboard

The expression of the calculated field.

Link copied to clipboard

The name of the calculated field.