9 lines
271 B
C#
9 lines
271 B
C#
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; }
|
|
} |