Google Privacy Dlp V2Record Transformations Args
data class GooglePrivacyDlpV2RecordTransformationsArgs(val fieldTransformations: Output<List<GooglePrivacyDlpV2FieldTransformationArgs>>? = null, val recordSuppressions: Output<List<GooglePrivacyDlpV2RecordSuppressionArgs>>? = null) : ConvertibleToJava<GooglePrivacyDlpV2RecordTransformationsArgs>
A type of transformation that is applied over structured data such as a table.
Constructors
Link copied to clipboard
constructor(fieldTransformations: Output<List<GooglePrivacyDlpV2FieldTransformationArgs>>? = null, recordSuppressions: Output<List<GooglePrivacyDlpV2RecordSuppressionArgs>>? = null)