PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformRedactionColorArgs

data class PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformRedactionColorArgs(val blue: Output<Double>? = null, val green: Output<Double>? = null, val red: Output<Double>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformRedactionColorArgs>

Constructors

constructor(blue: Output<Double>? = null, green: Output<Double>? = null, red: Output<Double>? = null)

Properties

Link copied to clipboard
val blue: Output<Double>? = null

The amount of blue in the color as a value in the interval 0, 1.

Link copied to clipboard
val green: Output<Double>? = null

The amount of green in the color as a value in the interval 0, 1.

Link copied to clipboard
val red: Output<Double>? = null

The amount of red in the color as a value in the interval 0, 1.

Functions

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