Google Privacy Dlp V2Quasi Identifier Field Args
data class GooglePrivacyDlpV2QuasiIdentifierFieldArgs(val customTag: Output<String>? = null, val field: Output<GooglePrivacyDlpV2FieldIdArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2QuasiIdentifierFieldArgs>
A quasi-identifier column has a custom_tag, used to know which column in the data corresponds to which column in the statistical model.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2QuasiIdentifierFieldArgs(customTag: Output<String>? = null, field: Output<GooglePrivacyDlpV2FieldIdArgs>? = null)