EndpointDeliveryRuleRequestSchemeCondition

data class EndpointDeliveryRuleRequestSchemeCondition(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 HTTP and HTTPS.

Link copied to clipboard

Defaults to false.

Link copied to clipboard
val operator: String? = null

Valid values are Equal. Defaults to Equal.