toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
model.playlist
/
CaseForms
Case
Forms
@
Serializable
data
class
CaseForms
(
val
accusative
:
String
,
val
dative
:
String
,
val
genitive
:
String
,
val
instrumental
:
String
,
val
nominative
:
String
,
val
prepositional
:
String
)
(
source
)
Members
Constructors
Case
Forms
Link copied to clipboard
constructor
(
accusative
:
String
,
dative
:
String
,
genitive
:
String
,
instrumental
:
String
,
nominative
:
String
,
prepositional
:
String
)
Properties
accusative
Link copied to clipboard
@
SerialName
(
value
=
"accusative"
)
val
accusative
:
String
dative
Link copied to clipboard
@
SerialName
(
value
=
"dative"
)
val
dative
:
String
genitive
Link copied to clipboard
@
SerialName
(
value
=
"genitive"
)
val
genitive
:
String
instrumental
Link copied to clipboard
@
SerialName
(
value
=
"instrumental"
)
val
instrumental
:
String
nominative
Link copied to clipboard
@
SerialName
(
value
=
"nominative"
)
val
nominative
:
String
prepositional
Link copied to clipboard
@
SerialName
(
value
=
"prepositional"
)
val
prepositional
:
String