EndpointDeliveryRuleDeviceCondition

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

Constructors

Link copied to clipboard
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 Desktop and Mobile.

Link copied to clipboard

Defaults to false.

Link copied to clipboard
val operator: String? = null

Valid values are Equal. Defaults to Equal.