2020-05-02 13:58:11 +01:00
|
|
|
namespace SpotifyAPI.Web
|
|
|
|
{
|
|
|
|
public class FeaturedPlaylistsResponse
|
|
|
|
{
|
2020-05-05 14:30:00 +01:00
|
|
|
public string Message { get; private set; }
|
|
|
|
public Paging<SimplePlaylist> Playlists { get; private set; }
|
2020-05-02 13:58:11 +01:00
|
|
|
}
|
|
|
|
}
|