DashboardFieldTooltipItemArgs

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

Constructors

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

Properties

Link copied to clipboard
val fieldId: Output<String>

The unique ID of the field that is targeted by the tooltip.

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

The label of the tooltip item.

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

The visibility of the tooltip item.

Functions

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