toggle menu
ozone
common
switch theme
search in API
ozone
/
app.bsky.graph
/
GetListQueryParams
Get
List
Query
Params
@
Serializable
data
class
GetListQueryParams
(
val
list
:
AtUri
,
val
limit
:
Long
?
=
50
,
val
cursor
:
String
?
=
null
)
Parameters
list
Reference (AT-URI) of the list record to hydrate.
Members
Constructors
Get
List
Query
Params
Link copied to clipboard
constructor
(
list
:
AtUri
,
limit
:
Long
?
=
50
,
cursor
:
String
?
=
null
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
limit
Link copied to clipboard
val
limit
:
Long
?
=
50
list
Link copied to clipboard
val
list
:
AtUri
Reference (AT-URI) of the list record to hydrate.
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
ReadOnlyList
<
Pair
<
String
,
Any
?
>
>