Spotify Category
data class SpotifyCategory(href: String, id: String, icons: List<SpotifyImage>, name: String) : Identifiable
Content copied to clipboard
Spotify music category
Parameters
href
A link to the Web API endpoint returning full details of the category.
icons
The category icon, in various sizes.
id
The Spotify category ID of the category.
name
The name of the category.
Constructors
SpotifyCategory
Link copied to clipboard
fun SpotifyCategory(href: String, id: String, icons: List<SpotifyImage>, name: String)
Content copied to clipboard
A link to the Web API endpoint returning full details of the category.
Properties
Sources
common source
Link copied to clipboard