ServerKvdbEntryInfo
class ServerKvdbEntryInfo(val kvdbId: String, val key: String, val createDate: Long?, val author: String)
Holds KVDB entry's information created by the server.
Parameters
kvdbId
ID of the KVDB
key
KVDB entry's key
createDate
Entry's creation timestamp
author
ID of the user who created the entry