View Source GitHub.DependencyGraph.SpdxSbomSbom (GitHub REST API Client v0.3.3)

Provides struct and type for a DependencyGraph.SpdxSbomSbom

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.DependencyGraph.SpdxSbomSbom{
  SPDXID: String.t(),
  __info__: map(),
  creationInfo: GitHub.DependencyGraph.SpdxSbomSbomCreationInfo.t(),
  dataLicense: String.t(),
  documentDescribes: [String.t()],
  documentNamespace: String.t(),
  name: String.t(),
  packages: [GitHub.DependencyGraph.SpdxSbomSbomPackages.t()],
  spdxVersion: String.t()
}