Добавьте файлы проекта.
This commit is contained in:
8
YandexMusic.API/Models/Search/YSearchSuggest.cs
Normal file
8
YandexMusic.API/Models/Search/YSearchSuggest.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace YandexMusic.API.Models.Search
|
||||
{
|
||||
public class YSearchSuggest
|
||||
{
|
||||
public YSearchBest Best { get; set; }
|
||||
public List<string> Suggestions { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user