DashboardDataPathColorArgs

data class DashboardDataPathColorArgs(val color: Output<String>, val element: Output<DashboardDataPathValueArgs>, val timeGranularity: Output<DashboardTimeGranularity>? = null) : ConvertibleToJava<DashboardDataPathColorArgs>

Constructors

Link copied to clipboard
constructor(color: Output<String>, element: Output<DashboardDataPathValueArgs>, timeGranularity: Output<DashboardTimeGranularity>? = null)

Properties

Link copied to clipboard
val color: Output<String>

The color that needs to be applied to the element.

Link copied to clipboard

The element that the color needs to be applied to.

Link copied to clipboard

The time granularity of the field that the color needs to be applied to.

Functions

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