Genre

@Serializable
data class Genre(val id: GenreType, val weight: Int, val composerTop: Boolean, val title: String, val titles: <Error class: unknown class><String, Title>, val images: Images, 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)(source)

Constructors

Link copied to clipboard
constructor(id: GenreType, weight: Int, composerTop: Boolean, title: String, titles: <Error class: unknown class><String, Title>, images: Images, 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
val color: String? = null
Link copied to clipboard
Link copied to clipboard
val fullTitle: String? = null
Link copied to clipboard
val hideInRegions: List<Int>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val radioIcon: Icon? = null
Link copied to clipboard
Link copied to clipboard
val showInRegions: List<Int>? = null
Link copied to clipboard
val subGenres: List<Genre>? = null
Link copied to clipboard
Link copied to clipboard
val titles: <Error class: unknown class><String, Title>
Link copied to clipboard
val urlPart: String? = null
Link copied to clipboard
val weight: Int