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