8 lines
192 B
C#
8 lines
192 B
C#
namespace YandexMusic.API.Models.Radio.Restriction
|
|
{
|
|
public class YRestrictionEnum : YRestriction
|
|
{
|
|
public List<YRestrictionValue<string>> PossibleValues { get; set; }
|
|
}
|
|
}
|