Template Custom Color Args
data class TemplateCustomColorArgs(val color: Output<String>, val fieldValue: Output<String>? = null, val specialValue: Output<TemplateSpecialValue>? = null) : ConvertibleToJava<TemplateCustomColorArgs>
Constructors
Link copied to clipboard
constructor(color: Output<String>, fieldValue: Output<String>? = null, specialValue: Output<TemplateSpecialValue>? = null)