GetRecordQueryParams

data class GetRecordQueryParams(val did: Did, val collection: Nsid, val rkey: RKey)

Parameters

did

The DID of the repo.

rkey

Record Key

Constructors

Link copied to clipboard
constructor(did: Did, collection: Nsid, rkey: RKey)

Properties

Link copied to clipboard
Link copied to clipboard
val did: Did

The DID of the repo.

Link copied to clipboard
val rkey: RKey

Record Key

Functions

Link copied to clipboard