RouteNetwork

data class RouteNetwork(val networkId: String, val routeId: String)(source)

Assigns routes to networks.

This class represents a record in the route_networks.txt file.

Constructors

Link copied to clipboard
constructor(networkId: String, routeId: String)

Properties

Link copied to clipboard
@SerialName(value = "network_id")
val networkId: String

Identifies a network.

Link copied to clipboard
@SerialName(value = "route_id")
val routeId: String

Identifies a route.