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