RelationshipNoteArgs

data class RelationshipNoteArgs(val type: Output<RelationshipNoteType>? = null) : ConvertibleToJava<RelationshipNoteArgs>

RelationshipNote represents an SPDX Relationship section: https://spdx.github.io/spdx-spec/7-relationships-between-SPDX-elements/

Constructors

Link copied to clipboard
fun RelationshipNoteArgs(type: Output<RelationshipNoteType>? = null)

Functions

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

Properties

Link copied to clipboard
val type: Output<RelationshipNoteType>? = null

The type of relationship between the source and target SPDX elements