9 lines
211 B
C#
9 lines
211 B
C#
namespace YandexMusic.API.Models.Artist
|
|
{
|
|
public class YMetroStation
|
|
{
|
|
[JsonProperty("line-color")]
|
|
public string LineColor { get; set; }
|
|
public string Title { get; set; }
|
|
}
|
|
} |