Client
data class Client(val userId: QualifiedIDEntity, val id: String, val deviceType: DeviceTypeEntity?, val clientType: ClientTypeEntity?, val isValid: Boolean, val isProteusVerified: Boolean, val registrationDate: <Error class: unknown class>?, val lastActive: <Error class: unknown class>?, val label: String?, val model: String?, val mlsPublicKeys: Map<String, String>?, val isMLSCapable: Boolean)
Constructors
Link copied to clipboard
constructor(userId: QualifiedIDEntity, id: String, deviceType: DeviceTypeEntity?, clientType: ClientTypeEntity?, isValid: Boolean, isProteusVerified: Boolean, registrationDate: <Error class: unknown class>?, lastActive: <Error class: unknown class>?, label: String?, model: String?, mlsPublicKeys: Map<String, String>?, isMLSCapable: Boolean)