DashboardLabelOptionsArgs

data class DashboardLabelOptionsArgs(val customLabel: Output<String>? = null, val fontConfiguration: Output<DashboardFontConfigurationArgs>? = null, val visibility: Output<DashboardVisibility>? = null) : ConvertibleToJava<DashboardLabelOptionsArgs>

Constructors

Link copied to clipboard
constructor(customLabel: Output<String>? = null, fontConfiguration: Output<DashboardFontConfigurationArgs>? = null, visibility: Output<DashboardVisibility>? = null)

Properties

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

The text for the label.

Link copied to clipboard

The font configuration of the label.

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

Determines whether or not the label is visible.

Functions

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