using System.Collections.Generic; namespace SpotifyAPI.Web { public class Actions { public Dictionary Disallows { get; set; } } }