toggle menu
ozone
common
switch theme
search in API
ozone
/
tools.ozone.set
/
AddValuesRequest
Add
Values
Request
@
Serializable
data
class
AddValuesRequest
(
val
name
:
String
,
val
values
:
List
<
String
>
)
Parameters
name
Name of the set to add values to
Members
Constructors
Add
Values
Request
Link copied to clipboard
constructor
(
name
:
String
,
values
:
List
<
String
>
)
Properties
name
Link copied to clipboard
val
name
:
String
Name of the set to add values to
values
Link copied to clipboard
val
values
:
List
<
String
>