toggle menu
ozone
common
switch theme
search in API
ozone
/
com.atproto.sync
/
GetBlobQueryParams
Get
Blob
Query
Params
@
Serializable
data
class
GetBlobQueryParams
(
val
did
:
Did
,
val
cid
:
Cid
)
Parameters
did
The DID of the account.
cid
The CID of the blob to fetch
Members
Constructors
Get
Blob
Query
Params
Link copied to clipboard
constructor
(
did
:
Did
,
cid
:
Cid
)
Properties
cid
Link copied to clipboard
val
cid
:
Cid
The CID of the blob to fetch
did
Link copied to clipboard
val
did
:
Did
The DID of the account.
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
ReadOnlyList
<
Pair
<
String
,
Any
?
>
>