Files
YandexMusic/YandexMusic.API/Models/Artist/YMetroStation.cs
2026-04-10 12:12:33 +03:00

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; }
}
}