toggle menu
ozone
common
switch theme
search in API
ozone
/
tools.ozone.setting
/
ListOptionsResponse
List
Options
Response
@
Serializable
data
class
ListOptionsResponse
(
val
cursor
:
String
?
=
null
,
val
options
:
List
<
Option
>
)
Members
Constructors
List
Options
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
options
:
List
<
Option
>
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
options
Link copied to clipboard
val
options
:
List
<
Option
>