GooglePrivacyDlpV2RecordTransformations constructor

GooglePrivacyDlpV2RecordTransformations({
  1. List<GooglePrivacyDlpV2FieldTransformation>? fieldTransformations,
  2. List<GooglePrivacyDlpV2RecordSuppression>? recordSuppressions,
})

Implementation

GooglePrivacyDlpV2RecordTransformations({
  this.fieldTransformations,
  this.recordSuppressions,
});