Spotify.NET/SpotifyAPI.Web/Models/Response/Actions.cs

10 lines
155 B
C#

using System.Collections.Generic;
namespace SpotifyAPI.Web
{
public class Actions
{
public Dictionary<string, bool> Disallows { get; set; }
}
}