Добавьте файлы проекта.
This commit is contained in:
16
YandexMusic.API/Models/Radio/YStationRestrictions.cs
Normal file
16
YandexMusic.API/Models/Radio/YStationRestrictions.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using YandexMusic.API.Models.Radio.Restriction;
|
||||
|
||||
namespace YandexMusic.API.Models.Radio
|
||||
{
|
||||
public class YStationRestrictions
|
||||
{
|
||||
[JsonConverter(typeof(YRestrictionConverter))]
|
||||
public YRestriction Diversity { get; set; }
|
||||
[JsonConverter(typeof(YRestrictionConverter))]
|
||||
public YRestriction Energy { get; set; }
|
||||
[JsonConverter(typeof(YRestrictionConverter))]
|
||||
public YRestriction Language { get; set; }
|
||||
[JsonConverter(typeof(YRestrictionConverter))]
|
||||
public YRestriction Mood { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user