matches property
RouteMatch defines the predicate used to match requests to a given action.
Multiple match types are "OR"ed for evaluation. If no routeMatch field is specified, this rule will unconditionally match traffic.
Optional.
Implementation
core.List<TcpRouteRouteMatch>? matches;