toggle menu
ozone
common
switch theme
search in API
ozone
/
com.atproto.temp
/
FetchLabelsQueryParams
Fetch
Labels
Query
Params
@
Serializable
data
class
FetchLabelsQueryParams
(
val
since
:
Long
?
=
null
,
val
limit
:
Long
?
=
50
)
Members
Constructors
Fetch
Labels
Query
Params
Link copied to clipboard
constructor
(
since
:
Long
?
=
null
,
limit
:
Long
?
=
50
)
Properties
limit
Link copied to clipboard
val
limit
:
Long
?
=
50
since
Link copied to clipboard
val
since
:
Long
?
=
null
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
List
<
Pair
<
String
,
Any
?
>
>