UrlRewriteActionParametersResponse

data class UrlRewriteActionParametersResponse(val destination: String, val preserveUnmatchedPath: Boolean? = null, val sourcePattern: String, val typeName: String)

Defines the parameters for the url rewrite action.

Constructors

Link copied to clipboard
constructor(destination: String, preserveUnmatchedPath: Boolean? = null, sourcePattern: String, typeName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Define the relative URL to which the above requests will be rewritten by.

Link copied to clipboard

Whether to preserve unmatched path. Default value is true.

Link copied to clipboard

define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched.

Link copied to clipboard

Expected value is 'DeliveryRuleUrlRewriteActionParameters'.