8 lines
232 B
C#
8 lines
232 B
C#
namespace YandexMusic.API.Models.Landing.Entity.Entities.Context;
|
|
|
|
public class YPlayContext
|
|
{
|
|
public string Client { get; set; }
|
|
public YPlayContextType Context { get; set; }
|
|
public string ContextItem { get; set; }
|
|
} |