GooglePrivacyDlpV2RequestedDeidentifyOptions constructor
GooglePrivacyDlpV2RequestedDeidentifyOptions({
- GooglePrivacyDlpV2DeidentifyTemplate? snapshotDeidentifyTemplate,
- GooglePrivacyDlpV2DeidentifyTemplate? snapshotImageRedactTemplate,
- GooglePrivacyDlpV2DeidentifyTemplate? snapshotStructuredDeidentifyTemplate,
Implementation
GooglePrivacyDlpV2RequestedDeidentifyOptions({
this.snapshotDeidentifyTemplate,
this.snapshotImageRedactTemplate,
this.snapshotStructuredDeidentifyTemplate,
});