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

10 lines
252 B
C#

namespace YandexMusic.API.Models.Common
{
public class YStorageDownloadFile
{
public string Host { get; set; }
public string Path { get; set; }
public string S { get; set; }
public string Ts { get; set; }
}
}