DashboardReferenceLineStyleConfigurationArgs

data class DashboardReferenceLineStyleConfigurationArgs(val color: Output<String>? = null, val pattern: Output<DashboardReferenceLinePatternType>? = null) : ConvertibleToJava<DashboardReferenceLineStyleConfigurationArgs>

Constructors

constructor(color: Output<String>? = null, pattern: Output<DashboardReferenceLinePatternType>? = null)

Properties

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

The hex color of the reference line.

Link copied to clipboard

The pattern type of the line style. Choose one of the following options:

Functions

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