GooglePrivacyDlpV2DeidentifyConfig constructor

GooglePrivacyDlpV2DeidentifyConfig({
  1. GooglePrivacyDlpV2ImageTransformations? imageTransformations,
  2. GooglePrivacyDlpV2InfoTypeTransformations? infoTypeTransformations,
  3. GooglePrivacyDlpV2RecordTransformations? recordTransformations,
  4. GooglePrivacyDlpV2TransformationErrorHandling? transformationErrorHandling,
})

Implementation

GooglePrivacyDlpV2DeidentifyConfig({
  this.imageTransformations,
  this.infoTypeTransformations,
  this.recordTransformations,
  this.transformationErrorHandling,
});