trixnity-core
Toggle table of contents
4.16.3
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.model.keys
/
KeyValue
/
UnknownKeyValue
Unknown
Key
Value
@
Serializable
(
with
=
UnwrapKeyValueSerializer.UnknownKeyValueSerializer::class
)
data
class
UnknownKeyValue
(
val
value
:
String
,
val
raw
:
JsonElement
)
:
KeyValue
Members
Constructors
Unknown
Key
Value
Link copied to clipboard
constructor
(
value
:
String
,
raw
:
JsonElement
)
Properties
raw
Link copied to clipboard
val
raw
:
JsonElement
value
Link copied to clipboard
open
override
val
value
:
String