Package Info Note Args
data class PackageInfoNoteArgs(val analyzed: Output<Boolean>? = null, val attribution: Output<String>? = null, val checksum: Output<String>? = null, val copyright: Output<String>? = null, val detailedDescription: Output<String>? = null, val downloadLocation: Output<String>? = null, val externalRefs: Output<List<ExternalRefArgs>>? = null, val filesLicenseInfo: Output<List<String>>? = null, val homePage: Output<String>? = null, val licenseDeclared: Output<LicenseArgs>? = null, val originator: Output<String>? = null, val packageType: Output<String>? = null, val summaryDescription: Output<String>? = null, val supplier: Output<String>? = null, val title: Output<String>? = null, val verificationCode: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<PackageInfoNoteArgs>
PackageInfoNote represents an SPDX Package Information section: https://spdx.github.io/spdx-spec/3-package-information/
Constructors
Link copied to clipboard
fun PackageInfoNoteArgs(analyzed: Output<Boolean>? = null, attribution: Output<String>? = null, checksum: Output<String>? = null, copyright: Output<String>? = null, detailedDescription: Output<String>? = null, downloadLocation: Output<String>? = null, externalRefs: Output<List<ExternalRefArgs>>? = null, filesLicenseInfo: Output<List<String>>? = null, homePage: Output<String>? = null, licenseDeclared: Output<LicenseArgs>? = null, originator: Output<String>? = null, packageType: Output<String>? = null, summaryDescription: Output<String>? = null, supplier: Output<String>? = null, title: Output<String>? = null, verificationCode: Output<String>? = null, version: Output<String>? = null)