GooglePrivacyDlpV2DeidentifyDataSourceStats constructor

GooglePrivacyDlpV2DeidentifyDataSourceStats({
  1. String? transformationCount,
  2. String? transformationErrorCount,
  3. String? transformedBytes,
})

Implementation

GooglePrivacyDlpV2DeidentifyDataSourceStats({
  this.transformationCount,
  this.transformationErrorCount,
  this.transformedBytes,
});