TemplateDataBarsOptionsArgs

data class TemplateDataBarsOptionsArgs(val fieldId: Output<String>, val negativeColor: Output<String>? = null, val positiveColor: Output<String>? = null) : ConvertibleToJava<TemplateDataBarsOptionsArgs>

Constructors

Link copied to clipboard
constructor(fieldId: Output<String>, negativeColor: Output<String>? = null, positiveColor: Output<String>? = null)

Properties

Link copied to clipboard
val fieldId: Output<String>

The field ID for the data bars options.

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

The color of the negative data bar.

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

The color of the positive data bar.

Functions

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