mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 19:40:25 +08:00
8 lines
No EOL
180 B
C#
8 lines
No EOL
180 B
C#
using Newtonsoft.Json;
|
|
|
|
namespace Duplicati.Library.Backend.Box;
|
|
|
|
public class ShortListResponse : FileList
|
|
{
|
|
[JsonProperty("order")] public OrderEntry[]? Order { get; set; }
|
|
} |