BGPNavigation Request
data class BGPNavigationRequest(val source: Position? = null, val dest: Position? = null, val sourceGps: BGPGpsPosition? = null, val destGps: BGPGpsPosition? = null, val graphId: Int? = null)
Constructors
Link copied to clipboard
constructor(source: Position? = null, dest: Position? = null, sourceGps: BGPGpsPosition? = null, destGps: BGPGpsPosition? = null, graphId: Int? = null)