DecryptData

data class DecryptData(val text: String)

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard
@SerializedName(value = "plaintext")
val text: String