ConcertFeedItemData
- class yandex_music.concert.concert_feed_item_data.ConcertFeedItemData
Класс, представляющий данные элемента ленты концертов.
- concert
Концерт.
- Type:
yandex_music.Concert, optional
- min_price
Минимальная цена билета.
- Type:
yandex_music.ConcertMinPrice, optional
- 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: