GetRecordQueryParams

data class GetRecordQueryParams(val repo: AtIdentifier, val collection: Nsid, val rkey: String, val cid: Cid? = null)

Constructors

Link copied to clipboard
constructor(repo: AtIdentifier, collection: Nsid, rkey: String, cid: Cid? = null)

Properties

Link copied to clipboard
val cid: Cid? = null

The CID of the version of the record. If not specified, then return the most recent version.

Link copied to clipboard

The NSID of the record collection.

Link copied to clipboard

The handle or DID of the repo.

Link copied to clipboard

The Record Key.

Functions

Link copied to clipboard