GooglePrivacyDlpV2DeidentifyContentRequest constructor
GooglePrivacyDlpV2DeidentifyContentRequest({
- GooglePrivacyDlpV2DeidentifyConfig? deidentifyConfig,
- String? deidentifyTemplateName,
- GooglePrivacyDlpV2InspectConfig? inspectConfig,
- String? inspectTemplateName,
- GooglePrivacyDlpV2ContentItem? item,
- String? locationId,
Implementation
GooglePrivacyDlpV2DeidentifyContentRequest({
this.deidentifyConfig,
this.deidentifyTemplateName,
this.inspectConfig,
this.inspectTemplateName,
this.item,
this.locationId,
});