GooglePrivacyDlpV2Deidentify constructor
GooglePrivacyDlpV2Deidentify({
- String? cloudStorageOutput,
- List<
String> ? fileTypesToTransform, - GooglePrivacyDlpV2TransformationConfig? transformationConfig,
- GooglePrivacyDlpV2TransformationDetailsStorageConfig? transformationDetailsStorageConfig,
Implementation
GooglePrivacyDlpV2Deidentify({
this.cloudStorageOutput,
this.fileTypesToTransform,
this.transformationConfig,
this.transformationDetailsStorageConfig,
});