toggle menu
ozone
common
switch theme
search in API
ozone
/
tools.ozone.set
/
GetValuesQueryParams
Get
Values
Query
Params
@
Serializable
data
class
GetValuesQueryParams
(
val
name
:
String
,
val
limit
:
Long
?
=
100
,
val
cursor
:
String
?
=
null
)
Members
Constructors
Get
Values
Query
Params
Link copied to clipboard
constructor
(
name
:
String
,
limit
:
Long
?
=
100
,
cursor
:
String
?
=
null
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
limit
Link copied to clipboard
val
limit
:
Long
?
=
100
name
Link copied to clipboard
val
name
:
String
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
ReadOnlyList
<
Pair
<
String
,
Any
?
>
>