Finding constructor

Finding({
  1. Access? access,
  2. Application? application,
  3. AttackExposure? attackExposure,
  4. BackupDisasterRecovery? backupDisasterRecovery,
  5. String? canonicalName,
  6. String? category,
  7. CloudArmor? cloudArmor,
  8. CloudDlpDataProfile? cloudDlpDataProfile,
  9. CloudDlpInspection? cloudDlpInspection,
  10. List<Compliance>? compliances,
  11. List<Connection>? connections,
  12. Map<String, ContactDetails>? contacts,
  13. List<Container>? containers,
  14. String? createTime,
  15. Database? database,
  16. String? description,
  17. String? eventTime,
  18. Exfiltration? exfiltration,
  19. Map<String, GoogleCloudSecuritycenterV1ExternalSystem>? externalSystems,
  20. String? externalUri,
  21. List<File>? files,
  22. String? findingClass,
  23. List<IamBinding>? iamBindings,
  24. Indicator? indicator,
  25. KernelRootkit? kernelRootkit,
  26. Kubernetes? kubernetes,
  27. List<LoadBalancer>? loadBalancers,
  28. List<LogEntry>? logEntries,
  29. MitreAttack? mitreAttack,
  30. String? moduleName,
  31. String? mute,
  32. String? muteInitiator,
  33. String? muteUpdateTime,
  34. String? name,
  35. String? nextSteps,
  36. Notebook? notebook,
  37. List<OrgPolicy>? orgPolicies,
  38. String? parent,
  39. String? parentDisplayName,
  40. List<Process>? processes,
  41. String? resourceName,
  42. SecurityMarks? securityMarks,
  43. SecurityPosture? securityPosture,
  44. String? severity,
  45. Map<String, Object?>? sourceProperties,
  46. String? state,
  47. Vulnerability? vulnerability,
})

Implementation

Finding({
  this.access,
  this.application,
  this.attackExposure,
  this.backupDisasterRecovery,
  this.canonicalName,
  this.category,
  this.cloudArmor,
  this.cloudDlpDataProfile,
  this.cloudDlpInspection,
  this.compliances,
  this.connections,
  this.contacts,
  this.containers,
  this.createTime,
  this.database,
  this.description,
  this.eventTime,
  this.exfiltration,
  this.externalSystems,
  this.externalUri,
  this.files,
  this.findingClass,
  this.iamBindings,
  this.indicator,
  this.kernelRootkit,
  this.kubernetes,
  this.loadBalancers,
  this.logEntries,
  this.mitreAttack,
  this.moduleName,
  this.mute,
  this.muteInitiator,
  this.muteUpdateTime,
  this.name,
  this.nextSteps,
  this.notebook,
  this.orgPolicies,
  this.parent,
  this.parentDisplayName,
  this.processes,
  this.resourceName,
  this.securityMarks,
  this.securityPosture,
  this.severity,
  this.sourceProperties,
  this.state,
  this.vulnerability,
});