toggle menu
ozone
common
switch theme
search in API
ozone
/
tools.ozone.set
/
GetValuesResponse
Get
Values
Response
@
Serializable
data
class
GetValuesResponse
(
val
set
:
SetView
,
val
values
:
List
<
String
>
,
val
cursor
:
String
?
=
null
)
Members
Constructors
Get
Values
Response
Link copied to clipboard
constructor
(
set
:
SetView
,
values
:
List
<
String
>
,
cursor
:
String
?
=
null
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
set
Link copied to clipboard
val
set
:
SetView
values
Link copied to clipboard
val
values
:
List
<
String
>