trixnity-clientserverapi-model
Toggle table of contents
4.16.9
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.server
/
Search
/
Response
/
ResultCategories
/
RoomEventsResult
/
GroupValue
Group
Value
@
Serializable
data
class
GroupValue
(
val
nextBatch
:
String
?
=
null
,
val
order
:
Long
?
=
null
,
val
results
:
List
<
String
>
?
=
null
)
Members
Constructors
Group
Value
Link copied to clipboard
constructor
(
nextBatch
:
String
?
=
null
,
order
:
Long
?
=
null
,
results
:
List
<
String
>
?
=
null
)
Properties
next
Batch
Link copied to clipboard
@
SerialName
(
value
=
"next_batch"
)
val
nextBatch
:
String
?
=
null
order
Link copied to clipboard
@
SerialName
(
value
=
"order"
)
val
order
:
Long
?
=
null
results
Link copied to clipboard
@
SerialName
(
value
=
"results"
)
val
results
:
List
<
String
>
?
=
null