Google Privacy Dlp V2Record Transformations Response
data class GooglePrivacyDlpV2RecordTransformationsResponse(val fieldTransformations: List<GooglePrivacyDlpV2FieldTransformationResponse>, val recordSuppressions: List<GooglePrivacyDlpV2RecordSuppressionResponse>)
A type of transformation that is applied over structured data such as a table.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2RecordTransformationsResponse(fieldTransformations: List<GooglePrivacyDlpV2FieldTransformationResponse>, recordSuppressions: List<GooglePrivacyDlpV2RecordSuppressionResponse>)