Url Rewrite Action Parameters Response
data class UrlRewriteActionParametersResponse(val destination: String, val odataType: String, val preserveUnmatchedPath: Boolean? = null, val sourcePattern: String)
Defines the parameters for the url rewrite action.
Constructors
Link copied to clipboard
fun UrlRewriteActionParametersResponse(destination: String, odataType: String, preserveUnmatchedPath: Boolean? = null, sourcePattern: String)