ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
com.atproto.sync
/
ListBlobsResponse
List
Blobs
Response
@
Serializable
data
class
ListBlobsResponse
(
val
cursor
:
String
?
=
null
,
val
cids
:
List
<
Cid
>
)
Members
Constructors
List
Blobs
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
cids
:
List
<
Cid
>
)
Properties
cids
Link copied to clipboard
val
cids
:
List
<
Cid
>
cursor
Link copied to clipboard
val
cursor
:
String
?