Url Rewrite Action Parameters Response
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
fun UrlRewriteActionParametersResponse(destination: String, preserveUnmatchedPath: Boolean? = null, sourcePattern: String, typeName: String)