Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-core
/
dev.catbit.mosaic.core.data.schemas.event.events.data
/
EvaluateDataEventSchema
/
Expression
/
DataExpression
/
Operation
/
StringOperation
/
EndsWith
Ends
With
@
Serializable
@
SerialName
(
value
=
"String_EndsWith"
)
data
class
EndsWith
(
val
suffix
:
String
)
:
EvaluateDataEventSchema.Expression.DataExpression.Operation.StringOperation
Members
Constructors
Ends
With
Link copied to clipboard
constructor
(
suffix
:
String
)
Properties
suffix
Link copied to clipboard
@
SerialName
(
value
=
"suffix"
)
val
suffix
:
String