Spotify.NET/SpotifyAPI.Web/Models/Response/Actions.cs
2020-05-07 18:03:20 +02:00

10 lines
163 B
C#

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