toggle menu
ozone
common
switch theme
search in API
ozone
/
com.atproto.sync
/
SubscribeReposQueryParams
Subscribe
Repos
Query
Params
@
Serializable
data
class
SubscribeReposQueryParams
(
val
cursor
:
Long
?
=
null
)
Parameters
cursor
The last known event seq number to backfill from.
Members
Constructors
Subscribe
Repos
Query
Params
Link copied to clipboard
constructor
(
cursor
:
Long
?
=
null
)
Properties
cursor
Link copied to clipboard
val
cursor
:
Long
?
=
null
The last known event seq number to backfill from.
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
ReadOnlyList
<
Pair
<
String
,
Any
?
>
>