12 lines
372 B
C#
12 lines
372 B
C#
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; }
|
|
}
|
|
} |