11 lines
299 B
C#
11 lines
299 B
C#
namespace YandexMusic.API.Models.Common
|
|
{
|
|
public class YExtraAction
|
|
{
|
|
public string Type { get; set; }
|
|
public string Title { get; set; }
|
|
public string Color { get; set; }
|
|
public string Url { get; set; }
|
|
public bool ViewBrowser { get; set; }
|
|
}
|
|
} |