toggle menu
trixnity-clientserverapi-model
4.7.2
common
switch theme
search in API
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.keys
/
AddSignatures
/
Response
Response
@
Serializable
data
class
Response
(
val
failures
:
Map
<
UserId
,
Map
<
String
,
JsonElement
>
>
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
failures
:
Map
<
UserId
,
Map
<
String
,
JsonElement
>
>
)
Properties
failures
Link copied to clipboard
@
SerialName
(
value
=
"failures"
)
val
failures
:
Map
<
UserId
,
Map
<
String
,
JsonElement
>
>