Добавьте файлы проекта.
This commit is contained in:
11
YandexMusic.API/Models/Common/YExtraAction.cs
Normal file
11
YandexMusic.API/Models/Common/YExtraAction.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user