Genre

@Serializable
data class Genre(val id: String, val weight: Int, val composerTop: Boolean, val title: String, val titles: HashMap<String, GenreTitle>, val images: GenreImages, val showInMenu: Boolean, val showInRegions: List<Int>? = null, val fullTitle: String? = null, val urlPart: String? = null, val color: String? = null, val radioIcon: Icon? = null, val subGenres: List<Genre>? = null, val hideInRegions: List<Int>? = null)

Жанр музыки.

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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val weight: Int