PageRuleActionsForwardingUrl

data class PageRuleActionsForwardingUrl(val statusCode: Int, val url: String)

Constructors

Link copied to clipboard
constructor(statusCode: Int, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status code to use for the redirection.

Link copied to clipboard
val url: String

The URL to which the page rule should forward.