UID

@Serializable
class UID(var id: String, var atype: Int = 0, var ext: Map<String, String> = mutableMapOf())

Object representing the extended ID UID

Constructors

Link copied to clipboard
constructor(id: String, atype: Int = 0, ext: Map<String, String> = mutableMapOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard