DashboardDynamicDefaultValue

data class DashboardDynamicDefaultValue(val defaultValueColumn: DashboardColumnIdentifier, val groupNameColumn: DashboardColumnIdentifier? = null, val userNameColumn: DashboardColumnIdentifier? = null)

Constructors

Link copied to clipboard
constructor(defaultValueColumn: DashboardColumnIdentifier, groupNameColumn: DashboardColumnIdentifier? = null, userNameColumn: DashboardColumnIdentifier? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The column that contains the default value of each user or group.

Link copied to clipboard

The column that contains the group name.

Link copied to clipboard

The column that contains the username.