toggle menu
ozone
common
switch theme
search in API
ozone
/
com.atproto.sync
/
ListReposByCollectionResponse
List
Repos
By
Collection
Response
@
Serializable
data
class
ListReposByCollectionResponse
(
val
cursor
:
String
?
=
null
,
val
repos
:
List
<
ListReposByCollectionRepo
>
)
Members
Constructors
List
Repos
By
Collection
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
repos
:
List
<
ListReposByCollectionRepo
>
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
repos
Link copied to clipboard
val
repos
:
List
<
ListReposByCollectionRepo
>