ForwardingRuleRuleConditionPathConfig

data class ForwardingRuleRuleConditionPathConfig(val values: List<String>? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val values: List<String>? = null

The length of the path is 1-128 characters. It must start with a forward slash (/), and can only contain letters, numbers, dollar sign ($), dash (-), and underscores (_) , half width full stop (.), plus sign (+), forward slash (/), and (&), wavy line (~), at (@), half width colon (:), apostrophe ('). It supports asterisk (*) and half width question mark (?) as wildcards.