toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
su.pank.yamusic.rotor.model
/
Enumerate
Enumerate
@
Serializable
data
class
Enumerate
(
val
type
:
String
,
val
name
:
String
,
val
possibleValues
:
List
<
Value
>
)
(
source
)
Members
Constructors
Enumerate
Link copied to clipboard
constructor
(
type
:
String
,
name
:
String
,
possibleValues
:
List
<
Value
>
)
Properties
name
Link copied to clipboard
val
name
:
String
possible
Values
Link copied to clipboard
val
possibleValues
:
List
<
Value
>
type
Link copied to clipboard
val
type
:
String