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
/
ValueAtKeyEquals
Value
At
Key
Equals
@
Serializable
@
SerialName
(
value
=
"Map_ValueAtKeyEquals"
)
data
class
ValueAtKeyEquals
(
val
key
:
String
,
val
value
:
AnySerializable
)
:
EvaluateDataEventSchema.Expression.DataExpression.Operation.MapOperation
Members
Constructors
Value
At
Key
Equals
Link copied to clipboard
constructor
(
key
:
String
,
value
:
AnySerializable
)
Properties
key
Link copied to clipboard
@
SerialName
(
value
=
"key"
)
val
key
:
String
value
Link copied to clipboard
@
SerialName
(
value
=
"value"
)
val
value
:
AnySerializable