RouteModificationHistory

data class RouteModificationHistory(val creation: RouteTimestamp, val lastUpdate: RouteTimestamp = creation)

Information about the route creation and the last update.

Parameters

creation

Information about the route creation time.

lastUpdate

Information about the last time the route was updated.

Constructors

Link copied to clipboard
fun RouteModificationHistory(creation: RouteTimestamp, lastUpdate: RouteTimestamp = creation)

Properties

Link copied to clipboard
Link copied to clipboard