ConcertFeed
- class yandex_music.concert.concert_feed.ConcertFeed
Класс, представляющий ленту концертов.
- items
Элементы ленты.
- Type:
listизyandex_music.ConcertFeedItem
- client
Клиент Yandex Music.
- Type:
yandex_music.Client, optional
- classmethod de_json(data, client)
Десериализация объекта.
- Parameters:
data (
dict) – Поля и значения десериализуемого объекта.client (
yandex_music.Client, optional) – Клиент Yandex Music.
- Returns:
Лента концертов.
- Return type: