toggle menu
ozone
common
switch theme
search in API
ozone
/
com.atproto.sync
/
GetRecordQueryParams
Get
Record
Query
Params
@
Serializable
data
class
GetRecordQueryParams
(
val
did
:
Did
,
val
collection
:
Nsid
,
val
rkey
:
String
,
val
commit
:
Cid
?
=
null
)
Parameters
did
The DID of the repo.
rkey
Record Key
Members
Constructors
Get
Record
Query
Params
Link copied to clipboard
constructor
(
did
:
Did
,
collection
:
Nsid
,
rkey
:
String
,
commit
:
Cid
?
=
null
)
Properties
collection
Link copied to clipboard
val
collection
:
Nsid
commit
Link copied to clipboard
val
commit
:
Cid
?
=
null
did
Link copied to clipboard
val
did
:
Did
The DID of the repo.
rkey
Link copied to clipboard
val
rkey
:
String
Record Key
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
List
<
Pair
<
String
,
Any
?
>
>