Package Info Occurrence Response
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)