11 lines
251 B
C#
11 lines
251 B
C#
namespace YandexMusic.API.Models.Queue
|
|
{
|
|
public class YContext
|
|
{
|
|
public string Type { get; set; }
|
|
public string Id { get; set; }
|
|
public string Login { get; set; }
|
|
public string Description { get; set; }
|
|
}
|
|
}
|