DocumentNoteArgs

data class DocumentNoteArgs(val dataLicence: Output<String>? = null, val spdxVersion: Output<String>? = null) : ConvertibleToJava<DocumentNoteArgs>

DocumentNote represents an SPDX Document Creation Information section: https://spdx.github.io/spdx-spec/v2.3/document-creation-information/

Constructors

Link copied to clipboard
fun DocumentNoteArgs(dataLicence: Output<String>? = null, spdxVersion: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DocumentNoteArgs

Properties

Link copied to clipboard
val dataLicence: Output<String>? = null

Compliance with the SPDX specification includes populating the SPDX fields therein with data related to such fields ("SPDX-Metadata")

Link copied to clipboard
val spdxVersion: Output<String>? = null

Provide a reference number that can be used to understand how to parse and interpret the rest of the file