DeviceOneTimeKeysCountSyncResponse

@JsonClass(generateAdapter = true)
data class DeviceOneTimeKeysCountSyncResponse(@Json(name = "signed_curve25519") val signedCurve25519: Int? = null)

Constructors

Link copied to clipboard
fun DeviceOneTimeKeysCountSyncResponse(@Json(name = "signed_curve25519") signedCurve25519: Int? = null)

Properties

Link copied to clipboard
val signedCurve25519: Int? = null