9 lines
168 B
C#
9 lines
168 B
C#
namespace YandexMusic.API.Models.Radio.Restriction;
|
|
|
|
|
|
public class YRestriction
|
|
{
|
|
public string Name { get; set; }
|
|
public YRestrictionType Type { get; set; }
|
|
}
|