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