EndpointDeliveryRuleUrlRewriteAction

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This value must start with a / and can't be longer than 260 characters.

Link copied to clipboard

Whether preserve an unmatched path. Defaults to true.

Link copied to clipboard

This value must start with a / and can't be longer than 260 characters.