DocumentRow

data class DocumentRow(val id: String, val content: String, val updatedAtMillis: Long)(source)

Constructors

Link copied to clipboard
constructor(id: String, content: String, updatedAtMillis: Long)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard