RelationshipOccurrenceArgs

data class RelationshipOccurrenceArgs(val comment: Output<String>? = null, val source: Output<String>? = null, val target: Output<String>? = null) : ConvertibleToJava<RelationshipOccurrenceArgs>

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

Constructors

Link copied to clipboard
fun RelationshipOccurrenceArgs(comment: Output<String>? = null, source: Output<String>? = null, target: Output<String>? = null)

Functions

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

Properties

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

A place for the SPDX file creator to record any general comments about the relationship

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

Also referred to as SPDXRef-A The source SPDX element (file, package, etc)

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

Also referred to as SPDXRef-B The target SPDC element (file, package, etc) In cases where there are "known unknowns", the use of the keyword NOASSERTION can be used The keywords NONE can be used to indicate that an SPDX element (package/file/snippet) has no other elements connected by some relationship to it