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