GetRulesetRuleActionParametersFromValue

data class GetRulesetRuleActionParametersFromValue(val preserveQueryString: Boolean, val statusCode: Double, val targetUrl: GetRulesetRuleActionParametersFromValueTargetUrl)

Constructors

Link copied to clipboard
constructor(preserveQueryString: Boolean, statusCode: Double, targetUrl: GetRulesetRuleActionParametersFromValueTargetUrl)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Keep the query string of the original request.

Link copied to clipboard

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.