toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.graph
/
GetBlocksResponse
Get
Blocks
Response
@
Serializable
data
class
GetBlocksResponse
(
val
cursor
:
String
?
=
null
,
val
blocks
:
List
<
ProfileView
>
)
Members
Constructors
Get
Blocks
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
blocks
:
List
<
ProfileView
>
)
Properties
blocks
Link copied to clipboard
val
blocks
:
List
<
ProfileView
>
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null