10 lines
221 B
C#
10 lines
221 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; }
|
|
}
|