Spotify.NET/SpotifyAPI.Web/Models/Response/FollowedArtistsResponse.cs
2020-05-04 23:02:53 +02:00

8 lines
134 B
C#

namespace SpotifyAPI.Web
{
public class FollowedArtistsResponse
{
public CursorPaging<FullArtist> Artists { get; set; }
}
}