ORS Android Client
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ORS Android Client
ORS Android Client
/
org.nitri.ors.domain.meta
/
Metadata
Metadata
@
Serializable
data
class
Metadata
(
val
id
:
String
?
=
null
,
val
attribution
:
String
,
val
service
:
String
,
val
timestamp
:
Long
,
val
query
:
JsonElement
,
val
engine
:
Engine
,
val
systemMessage
:
String
?
=
null
)
Members
Constructors
Metadata
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
attribution
:
String
,
service
:
String
,
timestamp
:
Long
,
query
:
JsonElement
,
engine
:
Engine
,
systemMessage
:
String
?
=
null
)
Properties
attribution
Link copied to clipboard
val
attribution
:
String
engine
Link copied to clipboard
val
engine
:
Engine
id
Link copied to clipboard
val
id
:
String
?
=
null
query
Link copied to clipboard
val
query
:
JsonElement
service
Link copied to clipboard
val
service
:
String
system
Message
Link copied to clipboard
@
SerialName
(
value
=
"system_message"
)
val
systemMessage
:
String
?
=
null
timestamp
Link copied to clipboard
val
timestamp
:
Long