DashboardGradientColorArgs

data class DashboardGradientColorArgs(val stops: Output<List<DashboardGradientStopArgs>>? = null) : ConvertibleToJava<DashboardGradientColorArgs>

Constructors

Link copied to clipboard
constructor(stops: Output<List<DashboardGradientStopArgs>>? = null)

Properties

Link copied to clipboard
val stops: Output<List<DashboardGradientStopArgs>>? = null

The list of gradient color stops.

Functions

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