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

7 lines
139 B
C#

namespace YandexMusic.API.Models.Artist
{
public class YDeprecation
{
public string TargetArtistId { get; set; }
}
}