ParentRunFacet

data class ParentRunFacet(val getProducer: String, val getSchemaURL: String, val run: RunLink, val action: ActionLink)

Represents the parent run facet.

Constructors

Link copied to clipboard
constructor(getProducer: String, getSchemaURL: String, run: RunLink, action: ActionLink)

Properties

Link copied to clipboard

The link to the parent action.

Link copied to clipboard

The producer of the parent run facet.

Link copied to clipboard

The schema URL of the parent run facet.

Link copied to clipboard

The link to the parent run.