GooglePrivacyDlpV2InspectContentRequest constructor

GooglePrivacyDlpV2InspectContentRequest({
  1. GooglePrivacyDlpV2InspectConfig? inspectConfig,
  2. String? inspectTemplateName,
  3. GooglePrivacyDlpV2ContentItem? item,
  4. String? locationId,
})

Implementation

GooglePrivacyDlpV2InspectContentRequest({
  this.inspectConfig,
  this.inspectTemplateName,
  this.item,
  this.locationId,
});