PackageInfoOccurrenceResponse

data class PackageInfoOccurrenceResponse(val comment: String, val filename: String, val homePage: String, val licenseConcluded: LicenseResponse, val packageType: String, val sourceInfo: String, val summaryDescription: String, val title: String, val version: String)

PackageInfoOccurrence represents an SPDX Package Information section: https://spdx.github.io/spdx-spec/3-package-information/

Constructors

Link copied to clipboard
fun PackageInfoOccurrenceResponse(comment: String, filename: String, homePage: String, licenseConcluded: LicenseResponse, packageType: String, sourceInfo: String, summaryDescription: String, title: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A place for the SPDX file creator to record any general comments about the package being described

Link copied to clipboard

Provide the actual file name of the package, or path of the directory being treated as a package

Link copied to clipboard

Provide a place for the SPDX file creator to record a web site that serves as the package's home page

Link copied to clipboard

package or alternative values, if the governing license cannot be determined

Link copied to clipboard

The type of package: OS, MAVEN, GO, GO_STDLIB, etc.

Link copied to clipboard

Provide a place for the SPDX file creator to record any relevant background information or additional comments about the origin of the package

Link copied to clipboard

A short description of the package

Link copied to clipboard

Identify the full name of the package as given by the Package Originator

Link copied to clipboard

Identify the version of the package