GooglePrivacyDlpV2DeidentifyDataSourceDetails constructor

GooglePrivacyDlpV2DeidentifyDataSourceDetails({
  1. GooglePrivacyDlpV2DeidentifyDataSourceStats? deidentifyStats,
  2. GooglePrivacyDlpV2RequestedDeidentifyOptions? requestedOptions,
})

Implementation

GooglePrivacyDlpV2DeidentifyDataSourceDetails({
  this.deidentifyStats,
  this.requestedOptions,
});