Endpoint Delivery Rule Url Rewrite Action
data class EndpointDeliveryRuleUrlRewriteAction(val destination: String, val preserveUnmatchedPath: Boolean? = null, val sourcePattern: String)
Constructors
Link copied to clipboard
fun EndpointDeliveryRuleUrlRewriteAction(destination: String, preserveUnmatchedPath: Boolean? = null, sourcePattern: String)