yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.playlist.model
/
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
)
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