AnalysisColorsConfigurationArgs

data class AnalysisColorsConfigurationArgs(val customColors: Output<List<AnalysisCustomColorArgs>>? = null) : ConvertibleToJava<AnalysisColorsConfigurationArgs>

Constructors

Link copied to clipboard
constructor(customColors: Output<List<AnalysisCustomColorArgs>>? = null)

Properties

Link copied to clipboard

A list of up to 50 custom colors.

Functions

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