pathRedirect property
The path that will be used in the redirect response instead of the one that was supplied in the request.
path_redirect can not be supplied together with prefix_redirect. Supply one alone or neither. If neither is supplied, the path of the original request will be used for the redirect.
Implementation
core.String? pathRedirect;