FileNoteResponse

data class FileNoteResponse(val checksum: List<String>, val fileType: String, val title: String)

FileNote represents an SPDX File Information section: https://spdx.github.io/spdx-spec/4-file-information/

Constructors

Link copied to clipboard
fun FileNoteResponse(checksum: List<String>, fileType: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Provide a unique identifier to match analysis information on each specific file in a package

Link copied to clipboard

This field provides information about the type of file identified

Link copied to clipboard

Identify the full path and filename that corresponds to the file information in this section