8 lines
210 B
C#
8 lines
210 B
C#
namespace YandexMusic.API.Models.Landing;
|
|
|
|
public class YChildrenLanding
|
|
{
|
|
public string Title { get; set; }
|
|
public bool RupEnabled { get; set; }
|
|
public List<YLandingBlock> Blocks { get; set; }
|
|
} |