GooglePrivacyDlpV2DeidentifyConfig constructor
      
      GooglePrivacyDlpV2DeidentifyConfig({ 
    
    
- GooglePrivacyDlpV2ImageTransformations? imageTransformations,
 - GooglePrivacyDlpV2InfoTypeTransformations? infoTypeTransformations,
 - GooglePrivacyDlpV2RecordTransformations? recordTransformations,
 - GooglePrivacyDlpV2TransformationErrorHandling? transformationErrorHandling,
 
Implementation
GooglePrivacyDlpV2DeidentifyConfig({
  this.imageTransformations,
  this.infoTypeTransformations,
  this.recordTransformations,
  this.transformationErrorHandling,
});