GrafeasV1beta1VulnerabilityDetails constructor

GrafeasV1beta1VulnerabilityDetails({
  1. double? cvssScore,
  2. String? effectiveSeverity,
  3. String? longDescription,
  4. List<PackageIssue>? packageIssue,
  5. List<RelatedUrl>? relatedUrls,
  6. String? severity,
  7. String? shortDescription,
  8. String? type,
})

Implementation

GrafeasV1beta1VulnerabilityDetails({
  this.cvssScore,
  this.effectiveSeverity,
  this.longDescription,
  this.packageIssue,
  this.relatedUrls,
  this.severity,
  this.shortDescription,
  this.type,
});