mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
New: Bump Version to V3 to please the masses
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using Radarr.Http.REST;
|
||||
using NzbDrone.Core.Backup;
|
||||
|
||||
namespace Radarr.Api.V3.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