DashboardDataPathLabelTypeArgs

data class DashboardDataPathLabelTypeArgs(val fieldId: Output<String>? = null, val fieldValue: Output<String>? = null, val visibility: Output<DashboardVisibility>? = null) : ConvertibleToJava<DashboardDataPathLabelTypeArgs>

Constructors

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

Properties

Link copied to clipboard
val fieldId: Output<String>? = null

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

Link copied to clipboard
val fieldValue: Output<String>? = null

The actual value of the field that is labeled.

Link copied to clipboard
val visibility: Output<DashboardVisibility>? = null

The visibility of the data label.

Functions

Link copied to clipboard
open override fun toJava(): DashboardDataPathLabelTypeArgs