Rewrite Response
    data class RewriteResponse(val dynamicLinks: Boolean, val function: String, val functionRegion: String, val glob: String, val path: String, val regex: String, val run: CloudRunRewriteResponse)
A Rewrite specifies a URL pattern that, if matched to the request URL path, triggers Hosting to respond as if the service were given the specified destination URL.
Constructors
Link copied to clipboard
                fun RewriteResponse(dynamicLinks: Boolean, function: String, functionRegion: String, glob: String, path: String, regex: String, run: CloudRunRewriteResponse)