Добавьте файлы проекта.
This commit is contained in:
12
YandexMusic.API/Models/Ugc/YUgcUpload.cs
Normal file
12
YandexMusic.API/Models/Ugc/YUgcUpload.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace YandexMusic.API.Models.Ugc
|
||||
{
|
||||
public class YUgcUpload
|
||||
{
|
||||
[JsonProperty("poll-result")]
|
||||
public string PollResult { get; set; }
|
||||
[JsonProperty("post-target")]
|
||||
public string PostTarget { get; set; }
|
||||
[JsonProperty("ugc-track-id")]
|
||||
public string UgcTrackId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user