GooglePrivacyDlpV2DeidentifyContentRequest constructor

GooglePrivacyDlpV2DeidentifyContentRequest({
  1. GooglePrivacyDlpV2DeidentifyConfig? deidentifyConfig,
  2. String? deidentifyTemplateName,
  3. GooglePrivacyDlpV2InspectConfig? inspectConfig,
  4. String? inspectTemplateName,
  5. GooglePrivacyDlpV2ContentItem? item,
  6. String? locationId,
})

Implementation

GooglePrivacyDlpV2DeidentifyContentRequest({
  this.deidentifyConfig,
  this.deidentifyTemplateName,
  this.inspectConfig,
  this.inspectTemplateName,
  this.item,
  this.locationId,
});