TestAllRoutesResult Class
Result of testing all routes.
Constructor
TestAllRoutesResult(*, routes: List[_models.MatchedRoute] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
routes
|
JSON-serialized array of matched routes. Default value: None
|
Variables
Name | Description |
---|---|
routes
|
JSON-serialized array of matched routes. |