9 lines
267 B
C#
9 lines
267 B
C#
namespace YandexMusic.API.Models.Ynison;
|
|
|
|
public class YYnisonRedirect
|
|
{
|
|
public string Host { get; set; }
|
|
public string RedirectTicket { get; set; }
|
|
public string SessionId { get; set; }
|
|
public YYnisonKeepAliveParams KeepAliveParams { get; set; }
|
|
} |