TemplateCustomColorArgs

data class TemplateCustomColorArgs(val color: Output<String>, val fieldValue: Output<String>? = null, val specialValue: Output<TemplateSpecialValue>? = null) : ConvertibleToJava<TemplateCustomColorArgs>

Constructors

Link copied to clipboard
fun TemplateCustomColorArgs(color: Output<String>, fieldValue: Output<String>? = null, specialValue: Output<TemplateSpecialValue>? = null)

Functions

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

Properties

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