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