redirects property

List<Redirect>? redirects
getter/setter pair

An array of objects (called redirect rules), where each rule specifies a URL pattern that, if matched to the request URL path, triggers Hosting to respond with a redirect to the specified destination path.

Implementation

core.List<Redirect>? redirects;