SpotifySearchResult

@Serializable
data class SpotifySearchResult(val albums: PagingObject<SimpleAlbum>? = null, val artists: PagingObject<Artist>? = null, val playlists: PagingObject<SimplePlaylist>? = null, val tracks: PagingObject<Track>? = null, val episodes: NullablePagingObject<SimpleEpisode>? = null, val shows: NullablePagingObject<SimpleShow>? = null)(source)

Constructors

Link copied to clipboard
constructor(albums: PagingObject<SimpleAlbum>? = null, artists: PagingObject<Artist>? = null, playlists: PagingObject<SimplePlaylist>? = null, tracks: PagingObject<Track>? = null, episodes: NullablePagingObject<SimpleEpisode>? = null, shows: NullablePagingObject<SimpleShow>? = null)

Properties

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 tracks: PagingObject<Track>? = null