Get Gateway Vco Routes Result
data class GetGatewayVcoRoutesResult(val id: String, val ids: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val routeEntryType: String? = null, val routes: List<GetGatewayVcoRoutesRoute>, val status: String? = null, val vpnConnectionId: String)
A collection of values returned by getGatewayVcoRoutes.