GooglePrivacyDlpV2ReidentifyContentRequest constructor

GooglePrivacyDlpV2ReidentifyContentRequest({
  1. GooglePrivacyDlpV2InspectConfig? inspectConfig,
  2. String? inspectTemplateName,
  3. GooglePrivacyDlpV2ContentItem? item,
  4. String? locationId,
  5. GooglePrivacyDlpV2DeidentifyConfig? reidentifyConfig,
  6. String? reidentifyTemplateName,
})

Implementation

GooglePrivacyDlpV2ReidentifyContentRequest({
  this.inspectConfig,
  this.inspectTemplateName,
  this.item,
  this.locationId,
  this.reidentifyConfig,
  this.reidentifyTemplateName,
});