GooglePrivacyDlpV2Deidentify constructor

GooglePrivacyDlpV2Deidentify({
  1. String? cloudStorageOutput,
  2. List<String>? fileTypesToTransform,
  3. GooglePrivacyDlpV2TransformationConfig? transformationConfig,
  4. GooglePrivacyDlpV2TransformationDetailsStorageConfig? transformationDetailsStorageConfig,
})

Implementation

GooglePrivacyDlpV2Deidentify({
  this.cloudStorageOutput,
  this.fileTypesToTransform,
  this.transformationConfig,
  this.transformationDetailsStorageConfig,
});