TemplateKpiSparklineOptionsArgs

data class TemplateKpiSparklineOptionsArgs(val color: Output<String>? = null, val tooltipVisibility: Output<Any>? = null, val type: Output<TemplateKpiSparklineType>, val visibility: Output<Any>? = null) : ConvertibleToJava<TemplateKpiSparklineOptionsArgs>

Constructors

Link copied to clipboard
constructor(color: Output<String>? = null, tooltipVisibility: Output<Any>? = null, type: Output<TemplateKpiSparklineType>, visibility: Output<Any>? = null)

Properties

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

The color of the sparkline.

Link copied to clipboard
val tooltipVisibility: Output<Any>? = null

The tooltip visibility of the sparkline.

Link copied to clipboard

The type of the sparkline.

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

The visibility of the sparkline.

Functions

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