9 lines
227 B
C#
9 lines
227 B
C#
namespace YandexMusic.API.Models.Radio
|
|
{
|
|
public class YStationSettings2
|
|
{
|
|
public string Diversity { get; set; }
|
|
public string Language { get; set; }
|
|
public string MoodEnergy { get; set; }
|
|
}
|
|
} |