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.