Genre
@Serializable
Жанр музыки.
Parameters
id
Идентификатор жанра.
weight
Вес.
composerTop
Топ композиторов.
title
Заголовок.
titles
Заголовки на разных языках.
images
Изображения.
showInMenu
Показывать в меню.
showInRegions
Регионы, где показывать.
fullTitle
Полный заголовок.
urlPart
Часть URL.
color
Цвет.
radioIcon
Иконка радио.
subGenres
Поджанры.
hideInRegions
Регионы, где скрывать.
Constructors
Link copied to clipboard
constructor(id: String, weight: Int, composerTop: Boolean, title: String, titles: HashMap<String, GenreTitle>, images: GenreImages, showInMenu: Boolean, showInRegions: List<Int>? = null, fullTitle: String? = null, urlPart: String? = null, color: String? = null, radioIcon: Icon? = null, subGenres: List<Genre>? = null, hideInRegions: List<Int>? = null)