10 lines
266 B
C#
10 lines
266 B
C#
namespace YandexMusic.API.Models.Artist
|
|
{
|
|
public class YBandlinkScannerLink
|
|
{
|
|
public string Title { get; set; }
|
|
public string Subtitle { get; set; }
|
|
public string Url { get; set; }
|
|
public string ImgUrl { get; set; }
|
|
}
|
|
} |