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-openai
/
dev.mokksy.aimocks.openai
/
Metadata
Metadata
@
Serializable
data
class
Metadata
(
val
tags
:
Map
<
String
,
String
>
?
=
null
)
(
source
)
Optional metadata associated with a request.
See also
Metadata
Members
Constructors
Metadata
Link copied to clipboard
constructor
(
tags
:
Map
<
String
,
String
>
?
=
null
)
Properties
tags
Link copied to clipboard
val
tags
:
Map
<
String
,
String
>
?
A map of key-value pairs for tagging requests.