Добавьте файлы проекта.
This commit is contained in:
12
YandexMusic.API/Models/Radio/YBrand.cs
Normal file
12
YandexMusic.API/Models/Radio/YBrand.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace YandexMusic.API.Models.Radio
|
||||
{
|
||||
public class YBrand
|
||||
{
|
||||
public string AdvertiserUrl { get; set; }
|
||||
public string BackgroundColor { get; set; }
|
||||
public string BackgroundImageUri { get; set; }
|
||||
public string GlowColor { get; set; }
|
||||
public string MainImageUri { get; set; }
|
||||
public string Theme { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user