DashboardReferenceLineCustomLabelConfigurationArgs

data class DashboardReferenceLineCustomLabelConfigurationArgs(val customLabel: Output<String>) : ConvertibleToJava<DashboardReferenceLineCustomLabelConfigurationArgs>

Constructors

constructor(customLabel: Output<String>)

Properties

Link copied to clipboard
val customLabel: Output<String>

The string text of the custom label.

Functions

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