urlRedirect property
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.
If urlRedirect is specified, service or routeAction must not be set. Not supported when the URL map is bound to a target gRPC proxy.
Implementation
HttpRedirectAction? urlRedirect;