EndsWith

@Serializable
@SerialName(value = "String_EndsWith")
data class EndsWith(val suffix: String) : EvaluateDataEventSchema.Expression.DataExpression.Operation.StringOperation

Constructors

Link copied to clipboard
constructor(suffix: String)

Properties

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