Добавьте файлы проекта.
This commit is contained in:
13
YandexMusic.API/Models/Common/YInvocationInfo.cs
Normal file
13
YandexMusic.API/Models/Common/YInvocationInfo.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace YandexMusic.API.Models.Common
|
||||
{
|
||||
public class YInvocationInfo
|
||||
{
|
||||
[JsonProperty("app-name")]
|
||||
public string AppName { get; set; }
|
||||
[JsonProperty("exec-duration-millis")]
|
||||
public int ExecDurationMillis { get; set; }
|
||||
public string HostName { get; set; }
|
||||
[JsonProperty("req-id")]
|
||||
public string ReqId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user