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

7 lines
156 B
C#

namespace YandexMusic.API.Models.Common;
public class YProfile
{
public List<string> Addresses { get; set; }
public string Provider { get; set; }
}