init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System.Collections.Generic;
|
||||
using Kreta.Client.FileService.Model;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Kreta.Client.FileService.Response
|
||||
{
|
||||
internal class InternalFileFinalizeResponse
|
||||
{
|
||||
[JsonProperty("fajlok")]
|
||||
public List<FileDataWithError> Fajlok { get; set; }
|
||||
|
||||
[JsonProperty("hibaSzoveg")]
|
||||
public string HibaSzoveg { get; set; }
|
||||
|
||||
[JsonProperty("isSikeres")]
|
||||
public bool IsSikeres { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user