ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
tools.ozone.set
/
QuerySetsResponse
Query
Sets
Response
@
Serializable
data
class
QuerySetsResponse
(
val
sets
:
List
<
SetView
>
,
val
cursor
:
String
?
=
null
)
Members
Constructors
Query
Sets
Response
Link copied to clipboard
constructor
(
sets
:
List
<
SetView
>
,
cursor
:
String
?
=
null
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
sets
Link copied to clipboard
val
sets
:
List
<
SetView
>