toggle menu
ozone
common
switch theme
search in API
ozone
/
tools.ozone.moderation
/
SearchReposQueryParams
Search
Repos
Query
Params
@
Serializable
data
class
SearchReposQueryParams
(
val
term
:
String
?
=
null
,
val
q
:
String
?
=
null
,
val
limit
:
Long
?
=
50
,
val
cursor
:
String
?
=
null
)
Members
Constructors
Search
Repos
Query
Params
Link copied to clipboard
constructor
(
term
:
String
?
=
null
,
q
:
String
?
=
null
,
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
q
Link copied to clipboard
val
q
:
String
?
=
null
term
Link copied to clipboard
val
term
:
String
?
=
null
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
ReadOnlyList
<
Pair
<
String
,
Any
?
>
>