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