VehicleMetadataId

value class VehicleMetadataId(val value: UUID)

A value class representing a unique identifier for vehicle metadata.

Constructors

Link copied to clipboard
constructor(value: UUID)

Properties

Link copied to clipboard
val value: UUID

The unique identifier as a UUID.

Functions

Link copied to clipboard
open override fun toString(): String