Response

@Serializable
data class Response(val oneTimeKeyCounts: Map<KeyAlgorithm, Int>)

Constructors

Link copied to clipboard
constructor(oneTimeKeyCounts: Map<KeyAlgorithm, Int>)

Properties

Link copied to clipboard
@SerialName(value = "one_time_key_counts")
val oneTimeKeyCounts: Map<KeyAlgorithm, Int>