Version

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

Represents a version number.

Parameters

value

The version number.

Constructors

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

Properties

Link copied to clipboard
val value: UUID? = null