GooglePrivacyDlpV2DiscoveryConfig constructor

GooglePrivacyDlpV2DiscoveryConfig({
  1. List<GooglePrivacyDlpV2DataProfileAction>? actions,
  2. String? createTime,
  3. String? displayName,
  4. List<GooglePrivacyDlpV2Error>? errors,
  5. List<String>? inspectTemplates,
  6. String? lastRunTime,
  7. String? name,
  8. GooglePrivacyDlpV2OrgConfig? orgConfig,
  9. String? status,
  10. List<GooglePrivacyDlpV2DiscoveryTarget>? targets,
  11. String? updateTime,
})

Implementation

GooglePrivacyDlpV2DiscoveryConfig({
  this.actions,
  this.createTime,
  this.displayName,
  this.errors,
  this.inspectTemplates,
  this.lastRunTime,
  this.name,
  this.orgConfig,
  this.status,
  this.targets,
  this.updateTime,
});