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