Добавьте файлы проекта.
This commit is contained in:
11
YandexMusic.API/Models/Radio/YStationSequence.cs
Normal file
11
YandexMusic.API/Models/Radio/YStationSequence.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace YandexMusic.API.Models.Radio
|
||||
{
|
||||
public class YStationSequence
|
||||
{
|
||||
public string BatchId { get; set; }
|
||||
public YStationId Id { get; set; }
|
||||
public bool Pumpkin { get; set; }
|
||||
public string RadioSessionId { get; set; }
|
||||
public List<YSequenceItem> Sequence { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user