IsLengthSmallerThan

@Serializable
@SerialName(value = "String_IsLengthSmallerThan")
data class IsLengthSmallerThan(val length: Int) : EvaluateDataEventSchema.Expression.DataExpression.Operation.StringOperation

Constructors

Link copied to clipboard
constructor(length: Int)

Properties

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