ParkingDetailId

value class ParkingDetailId(val id: String)

Identifier for a parking detail source. It encapsulates the unique identifier of a parking detail source.

Parameters

id

The unique identifier for the parking detail source. It must not be empty.

Throws

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String