Добавьте файлы проекта.
This commit is contained in:
11
YandexMusic.API/Models/Common/YVideo.cs
Normal file
11
YandexMusic.API/Models/Common/YVideo.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace YandexMusic.API.Models.Common
|
||||
{
|
||||
public class YVideo
|
||||
{
|
||||
public string Cover { get; set; }
|
||||
public string EmbedUrl { get; set; }
|
||||
public string Provider { get; set; }
|
||||
public string ProviderVideoId { get; set; }
|
||||
public string Title { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user