Добавьте файлы проекта.
This commit is contained in:
10
YandexMusic.API/Models/Landing/YLanding.cs
Normal file
10
YandexMusic.API/Models/Landing/YLanding.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace YandexMusic.API.Models.Landing
|
||||
{
|
||||
public class YLanding
|
||||
{
|
||||
public List<YLandingBlock> Blocks { get; set; }
|
||||
public string ContentId { get; set; }
|
||||
public YLandingHeaderSpecialBlock HeaderSpecialBlock { get; set; }
|
||||
public bool Pumpkin { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user