trixnity-clientserverapi-model
3.8.0
common
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.server
/
GetVersions
/
Response
Response
@
Serializable
data
class
Response
(
val
versions
:
List
<
String
>
=
listOf()
,
val
unstable_features
:
Map
<
String
,
Boolean
>
=
mapOf()
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
versions
:
List
<
String
>
=
listOf()
,
unstable_features
:
Map
<
String
,
Boolean
>
=
mapOf()
)
Properties
unstable_features
Link copied to clipboard
val
unstable_features
:
Map
<
String
,
Boolean
>
versions
Link copied to clipboard
val
versions
:
List
<
String
>