Response

@Serializable
data class Response(val failures: Map<UserId, Map<String, JsonElement>>)

Constructors

Link copied to clipboard
fun Response(failures: Map<UserId, Map<String, JsonElement>>)

Properties

Link copied to clipboard
val failures: Map<UserId, Map<String, JsonElement>>