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