RulesetRuleActionParametersFromValue

data class RulesetRuleActionParametersFromValue(val preserveQueryString: Boolean? = null, val statusCode: Double? = null, val targetUrl: RulesetRuleActionParametersFromValueTargetUrl? = null)

Constructors

Link copied to clipboard
constructor(preserveQueryString: Boolean? = null, statusCode: Double? = null, targetUrl: RulesetRuleActionParametersFromValueTargetUrl? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Keep the query string of the original request.

Link copied to clipboard
val statusCode: Double? = null

The status code to be used for the redirect. Available values: 301, 302, 303, 307, 308.

Link copied to clipboard

The URL to redirect the request to.