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.
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
copy
Link copied to clipboard
fun copy(href: String, id: String, icons: List<SpotifyImage>, name: String): SpotifyCategory
Content copied to clipboard
Properties
Sources
(source)
Link copied to clipboard