IsEqualsTo

@Serializable
@SerialName(value = "Int_IsEqualsTo")
data class IsEqualsTo(val target: Int) : EvaluateDataEventSchema.Expression.DataExpression.Operation.IntOperation

Constructors

Link copied to clipboard
constructor(target: Int)

Properties

Link copied to clipboard
@SerialName(value = "target")
val target: Int