yandex_music.playlist.case_forms¶
- class yandex_music.playlist.case_forms.CaseForms(nominative: str, genitive: str, dative: str, accusative: str, instrumental: str, prepositional: str, client: ClientType | None = None)¶
Bases:
YandexMusicModel
Класс, представляющий склонение имени.
- nominative¶
Именительный.
- Type:
str
- genitive¶
Родительный.
- Type:
str
- dative¶
Дательный.
- Type:
str
- accusative¶
Винительный.
- Type:
str
- instrumental¶
Творительный.
- Type:
str
- prepositional¶
Предложный.
- Type:
str
- client¶
Клиент Yandex Music.
- Type:
yandex_music.Client
, optional
- accusative: str¶
- client: ClientType | None = None¶
- dative: str¶
- genitive: str¶
- instrumental: str¶
- nominative: str¶
- prepositional: str¶