8 lines
201 B
C#
8 lines
201 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; }
|
|
} |