Spotify Search Result
data class SpotifySearchResult(albums: PagingObject<SimpleAlbum>?, artists: PagingObject<Artist>?, playlists: PagingObject<SimplePlaylist>?, tracks: PagingObject<Track>?, episodes: NullablePagingObject<SimpleEpisode>?, shows: NullablePagingObject<SimpleShow>?)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
copy
Link copied to clipboard
fun copy(albums: PagingObject<SimpleAlbum>? = null, artists: PagingObject<Artist>? = null, playlists: PagingObject<SimplePlaylist>? = null, tracks: PagingObject<Track>? = null, episodes: NullablePagingObject<SimpleEpisode>? = null, shows: NullablePagingObject<SimpleShow>? = null): SpotifySearchResult
Content copied to clipboard
Properties
albums
Link copied to clipboard
artists
Link copied to clipboard
episodes
Link copied to clipboard
playlists
Link copied to clipboard
shows
Link copied to clipboard
tracks
Link copied to clipboard
Sources
(source)
Link copied to clipboard