9 lines
222 B
C#
9 lines
222 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; }
|
|
} |