EndpointGlobalDeliveryRuleUrlRewriteAction

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

Constructors

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.