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
/
MapOperation
/
ContainsKey
Contains
Key
@
Serializable
@
SerialName
(
value
=
"Map_ContainsKey"
)
data
class
ContainsKey
(
val
key
:
String
)
:
EvaluateDataEventSchema.Expression.DataExpression.Operation.MapOperation
Members
Constructors
Contains
Key
Link copied to clipboard
constructor
(
key
:
String
)
Properties
key
Link copied to clipboard
@
SerialName
(
value
=
"key"
)
val
key
:
String