9 lines
233 B
C#
9 lines
233 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; }
|
|
} |