@DeprecatedSince(2020, 6) class MatrixRoutingResponse : ServiceBaseResponse
The Response to a Matrix Routing Request.
MatrixRoutingResponse(results: MutableMap<MatrixRoutingResultKey!, MatrixRoutingResult!>!, error: ResponseStatus!, totalRoutes: Int, successfulRoutes: Int)
A constructor of the matrix routing Response called after a matrix routing Request. It initializes fields with the results of a matrix routing query. |