DashboardDataPathLabelType

data class DashboardDataPathLabelType(val fieldId: String? = null, val fieldValue: String? = null, val visibility: DashboardVisibility? = null)

Constructors

Link copied to clipboard
constructor(fieldId: String? = null, fieldValue: String? = null, visibility: DashboardVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fieldId: String? = null

The field ID of the field that the data label needs to be applied to.

Link copied to clipboard
val fieldValue: String? = null

The actual value of the field that is labeled.

Link copied to clipboard

The visibility of the data label.