Files
YandexMusic/YandexMusic.API/Models/Landing/Entity/Entities/YClientWidget.cs
2026-04-10 12:12:33 +03:00

11 lines
333 B
C#

namespace YandexMusic.API.Models.Landing.Entity.Entities
{
public class YClientWidget : YBlockEntity
{
public string ImagePath { get; set; }
public string Subtitle { get; set; }
public string Text { get; set; }
public string Title { get; set; }
public string Type { get; set; }
}
}