RouteModificationHistory

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

Information about the route creation and the last update.

Constructors

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

Properties

Link copied to clipboard

Information about the route creation time.

Link copied to clipboard

Information about the last time the route was updated.