10 lines
301 B
C#
10 lines
301 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; }
|
|
}
|
|
} |