toggle menu
ozone
common
switch theme
search in API
ozone
/
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
?
=
null
labels
Link copied to clipboard
val
labels
:
List
<
Label
>