Spotify.NET/SpotifyAPI.Web/Models/Request/ShowRequest.cs
2020-05-02 22:48:21 +02:00

9 lines
146 B
C#

namespace SpotifyAPI.Web
{
public class ShowRequest : RequestParams
{
[QueryParam("market")]
public string Market { get; set; }
}
}