File Occurrence Args
data class FileOccurrenceArgs(val attributions: Output<List<String>>? = null, val comment: Output<String>? = null, val contributors: Output<List<String>>? = null, val copyright: Output<String>? = null, val filesLicenseInfo: Output<List<String>>? = null, val id: Output<String>? = null, val licenseConcluded: Output<LicenseArgs>? = null, val notice: Output<String>? = null) : ConvertibleToJava<FileOccurrenceArgs>
FileOccurrence represents an SPDX File Information section: https://spdx.github.io/spdx-spec/4-file-information/
Constructors
Link copied to clipboard
fun FileOccurrenceArgs(attributions: Output<List<String>>? = null, comment: Output<String>? = null, contributors: Output<List<String>>? = null, copyright: Output<String>? = null, filesLicenseInfo: Output<List<String>>? = null, id: Output<String>? = null, licenseConcluded: Output<LicenseArgs>? = null, notice: Output<String>? = null)