IsBiggerThan

@Serializable
@SerialName(value = "Long_IsBiggerThan")
data class IsBiggerThan(val target: Long) : EvaluateDataEventSchema.Expression.DataExpression.Operation.LongOperation

Constructors

Link copied to clipboard
constructor(target: Long)

Properties

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