AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-a2a-models
/
dev.mokksy.aimocks.a2a.model
/
Data
Data
common
@
JvmInline
@
Serializable
value
class
Data
(
value
:
Map
<
String
,
@
Serializable
(
with
=
MapOrPrimitiveSerializer::class
)
Any
>
)
(
source
)
Members
Constructors
Data
Link copied to clipboard
common
constructor
(
value
:
Map
<
String
,
@
Serializable
(
with
=
MapOrPrimitiveSerializer::class
)
Any
>
)
Types
Companion
Link copied to clipboard
common
object
Companion
Functions
as
Map
Link copied to clipboard
common
fun
asMap
(
)
:
Map
<
String
,
Any
>
get
Link copied to clipboard
common
operator
fun
get
(
key
:
String
)
:
Any
?