CognitiveTestEntity

data class CognitiveTestEntity(val id: Int = 0, val testType: String, val results: String, val timestamp: Long, val localTime: String, val sync: Int)

Constructors

Link copied to clipboard
constructor(id: Int = 0, testType: String, results: String, timestamp: Long, localTime: String, sync: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: Int = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sync: Int
Link copied to clipboard
Link copied to clipboard