10 lines
263 B
C#
10 lines
263 B
C#
namespace YandexMusic.API.Models.Radio
|
|
{
|
|
public class YStationSettings
|
|
{
|
|
public string Diversity { get; set; }
|
|
public string Energy { get; set; }
|
|
public string Language { get; set; }
|
|
public string Mood { get; set; }
|
|
}
|
|
} |