EndsWithOperator

@Serializable
@SerialName(value = "endsWith")
data class EndsWithOperator(val suffix: String) : StringOperator

Constructors

Link copied to clipboard
constructor(suffix: String)

Properties

Link copied to clipboard