File Note Args
data class FileNoteArgs(val checksum: Output<List<String>>? = null, val fileType: Output<FileNoteFileType>? = null, val title: Output<String>? = null) : ConvertibleToJava<FileNoteArgs>
FileNote represents an SPDX File Information section: https://spdx.github.io/spdx-spec/4-file-information/
Constructors
Link copied to clipboard
fun FileNoteArgs(checksum: Output<List<String>>? = null, fileType: Output<FileNoteFileType>? = null, title: Output<String>? = null)