toggle menu
ozone
common
switch theme
search in API
ozone
/
com.atproto.sync
/
GetRepoQueryParams
Get
Repo
Query
Params
@
Serializable
data
class
GetRepoQueryParams
(
val
did
:
Did
,
val
since
:
String
?
=
null
)
Parameters
did
The DID of the repo.
since
The revision ('rev') of the repo to create a diff from.
Members
Constructors
Get
Repo
Query
Params
Link copied to clipboard
constructor
(
did
:
Did
,
since
:
String
?
=
null
)
Properties
did
Link copied to clipboard
val
did
:
Did
The DID of the repo.
since
Link copied to clipboard
val
since
:
String
?
=
null
The revision ('rev') of the repo to create a diff from.
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
List
<
Pair
<
String
,
Any
?
>
>