toggle menu
trixnity-clientserverapi-model
4.11.0
common
switch theme
search in API
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.server
/
GetVersions
/
Response
Response
@
Serializable
data
class
Response
(
val
versions
:
List
<
String
>
=
listOf()
,
val
unstableFeatures
:
Map
<
String
,
Boolean
>
=
mapOf()
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
versions
:
List
<
String
>
=
listOf()
,
unstableFeatures
:
Map
<
String
,
Boolean
>
=
mapOf()
)
Properties
unstable
Features
Link copied to clipboard
@
SerialName
(
value
=
"unstable_features"
)
val
unstableFeatures
:
Map
<
String
,
Boolean
>
versions
Link copied to clipboard
@
SerialName
(
value
=
"versions"
)
val
versions
:
List
<
String
>