GooglePrivacyDlpV2RequestedDeidentifyOptions constructor

GooglePrivacyDlpV2RequestedDeidentifyOptions({
  1. GooglePrivacyDlpV2DeidentifyTemplate? snapshotDeidentifyTemplate,
  2. GooglePrivacyDlpV2DeidentifyTemplate? snapshotImageRedactTemplate,
  3. GooglePrivacyDlpV2DeidentifyTemplate? snapshotStructuredDeidentifyTemplate,
})

Implementation

GooglePrivacyDlpV2RequestedDeidentifyOptions({
  this.snapshotDeidentifyTemplate,
  this.snapshotImageRedactTemplate,
  this.snapshotStructuredDeidentifyTemplate,
});