GooglePrivacyDlpV2ColorArgs

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

Represents a color in the RGB color space.

Constructors

Link copied to clipboard
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(): GooglePrivacyDlpV2ColorArgs