Get Record Query Params
data class GetRecordQueryParams(val repo: AtIdentifier, val collection: Nsid, val rkey: String, val cid: Cid? = null)
Parameters
repo
The handle or DID of the repo.
collection
The NSID of the record collection.
rkey
The Record Key.
cid
The CID of the version of the record. If not specified, then return the most recent version.