RunId

data class RunId(val value: UUID? = null)

Represents the ID of a run.

Constructors

Link copied to clipboard
constructor(value: UUID? = null)

Properties

Link copied to clipboard
val value: UUID? = null

The value of the run ID (optional).