DashboardFieldLabelType

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fieldId: String? = null

Indicates the field that is targeted by the field label.

Link copied to clipboard

The visibility of the field label.