TemplateReferenceLineStyleConfigurationArgs

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

Constructors

constructor(color: Output<String>? = null, pattern: Output<TemplateReferenceLinePatternType>? = 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(): TemplateReferenceLineStyleConfigurationArgs