GooglePrivacyDlpV2InspectJobConfig constructor

GooglePrivacyDlpV2InspectJobConfig({
  1. List<GooglePrivacyDlpV2Action>? actions,
  2. GooglePrivacyDlpV2InspectConfig? inspectConfig,
  3. String? inspectTemplateName,
  4. GooglePrivacyDlpV2StorageConfig? storageConfig,
})

Implementation

GooglePrivacyDlpV2InspectJobConfig({
  this.actions,
  this.inspectConfig,
  this.inspectTemplateName,
  this.storageConfig,
});