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