ConcertSkeleton

class yandex_music.concert.concert_skeleton.ConcertSkeleton

Класс, представляющий скелетон страницы концерта.

id

Идентификатор скелетона.

Type:

str, optional

title

Заголовок скелетона.

Type:

str, optional

blocks

Блоки скелетона.

Type:

list из yandex_music.SkeletonBlock, 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:

yandex_music.ConcertSkeleton