7 lines
144 B
C#
7 lines
144 B
C#
namespace YandexMusic.API.Models.Common;
|
|
|
|
public class YDescription
|
|
{
|
|
public string Text { get; set; }
|
|
public string Uri { get; set; }
|
|
} |