trixnity-clientserverapi-model
Toggle table of contents
4.16.0
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
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
>
>