UVD

@Serializable
data class UVD(var seqNum: Int? = null, var b64SKey: String, var b64Data: String)

Constructors

Link copied to clipboard
constructor(seqNum: Int? = null, b64SKey: String, b64Data: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var seqNum: Int?