namespace YandexMusic.API.Models.Landing { public class YLandingHeaderButton { public string Deeplink { get; set; } public string Title { get; set; } } }