Google Privacy Dlp V2Image Transformation Args
data class GooglePrivacyDlpV2ImageTransformationArgs(val allInfoTypes: Output<GooglePrivacyDlpV2AllInfoTypesArgs>? = null, val allText: Output<GooglePrivacyDlpV2AllTextArgs>? = null, val redactionColor: Output<GooglePrivacyDlpV2ColorArgs>? = null, val selectedInfoTypes: Output<GooglePrivacyDlpV2SelectedInfoTypesArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2ImageTransformationArgs>
Configuration for determining how redaction of images should occur.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2ImageTransformationArgs(allInfoTypes: Output<GooglePrivacyDlpV2AllInfoTypesArgs>? = null, allText: Output<GooglePrivacyDlpV2AllTextArgs>? = null, redactionColor: Output<GooglePrivacyDlpV2ColorArgs>? = null, selectedInfoTypes: Output<GooglePrivacyDlpV2SelectedInfoTypesArgs>? = null)