Route Table Response
data class RouteTableResponse(val etag: String, val name: String, val routes: List<RouteResponse>? = null, val type: String)
Route table resource.
Constructors
Link copied to clipboard
fun RouteTableResponse(etag: String, name: String, routes: List<RouteResponse>? = null, type: String)