mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Initial Push
This commit is contained in:
14
src/Prowlarr.Api.V1/System/Backup/BackupResource.cs
Normal file
14
src/Prowlarr.Api.V1/System/Backup/BackupResource.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using NzbDrone.Core.Backup;
|
||||
using Prowlarr.Http.REST;
|
||||
|
||||
namespace Prowlarr.Api.V1.System.Backup
|
||||
{
|
||||
public class BackupResource : RestResource
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Path { get; set; }
|
||||
public BackupType Type { get; set; }
|
||||
public DateTime Time { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user