Endpoint Delivery Rule Http Version Condition
data class EndpointDeliveryRuleHttpVersionCondition(val matchValues: List<String>, val negateCondition: Boolean? = null, val operator: String? = null)
Constructors
Link copied to clipboard
fun EndpointDeliveryRuleHttpVersionCondition(matchValues: List<String>, negateCondition: Boolean? = null, operator: String? = null)