RelationshipOccurrenceResponse

data class RelationshipOccurrenceResponse(val comment: String, val source: String, val target: String, val type: String)

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

Constructors

Link copied to clipboard
fun RelationshipOccurrenceResponse(comment: String, source: String, target: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The type of relationship between the source and target SPDX elements