EventPropertyContains

@Serializable
data class EventPropertyContains(val key: String, val value: JsonPrimitive) : PushCondition

Constructors

Link copied to clipboard
constructor(key: String, value: JsonPrimitive)

Properties

Link copied to clipboard
@SerialName(value = "key")
val key: String
Link copied to clipboard
@SerialName(value = "value")
val value: JsonPrimitive