init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Kreta.Client.FileService.Request
|
||||
{
|
||||
public class FileFinalizeRequestV3
|
||||
{
|
||||
[JsonProperty(PropertyName = "fajlId")]
|
||||
public Guid FajlId { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "utvonal")]
|
||||
public string Utvonal { get; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user