View Source GitHub.DependencyGraph.SpdxSbomSbomPackages (GitHub REST API Client v0.3.1)

Provides struct and type for a DependencyGraph.SpdxSbomSbomPackages

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.DependencyGraph.SpdxSbomSbomPackages{
  SPDXID: String.t() | nil,
  __info__: map(),
  downloadLocation: String.t() | nil,
  externalRefs:
    [GitHub.DependencyGraph.SpdxSbomSbomPackagesExternalRefs.t()] | nil,
  filesAnalyzed: boolean() | nil,
  licenseConcluded: String.t() | nil,
  licenseDeclared: String.t() | nil,
  name: String.t() | nil,
  supplier: String.t() | nil,
  versionInfo: String.t() | nil
}