GooglePrivacyDlpV2ReidentifyContentRequest constructor
GooglePrivacyDlpV2ReidentifyContentRequest({
- GooglePrivacyDlpV2InspectConfig? inspectConfig,
- String? inspectTemplateName,
- GooglePrivacyDlpV2ContentItem? item,
- String? locationId,
- GooglePrivacyDlpV2DeidentifyConfig? reidentifyConfig,
- String? reidentifyTemplateName,
Implementation
GooglePrivacyDlpV2ReidentifyContentRequest({
this.inspectConfig,
this.inspectTemplateName,
this.item,
this.locationId,
this.reidentifyConfig,
this.reidentifyTemplateName,
});