Files
YandexMusic/YandexMusic.API/Models/Artist/YDeprecation.cs
2026-04-10 15:05:32 +03:00

6 lines
121 B
C#

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