EndpointDeliveryRuleRequestMethodCondition

data class EndpointDeliveryRuleRequestMethodCondition(val matchValues: List<String>, val negateCondition: Boolean? = null, val operator: String? = null)

Constructors

constructor(matchValues: List<String>, negateCondition: Boolean? = null, operator: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Valid values are DELETE, GET, HEAD, OPTIONS, POST and PUT.

Link copied to clipboard

Defaults to false.

Link copied to clipboard
val operator: String? = null

Valid values are Equal. Defaults to Equal.