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

8 lines
175 B
C#

namespace YandexMusic.API.Models.Artist;
public class YArtistRatings
{
public int Day { get; set; }
public int Month { get; set; }
public int Week { get; set; }
}