using NzbDrone.Core.NetImport; using NzbDrone.Core.Tv; namespace NzbDrone.Api.NetImport { public class NetImportResource : ProviderResource { public bool Enabled { get; set; } public bool EnableAuto { get; set; } public bool ShouldMonitor { get; set; } public string RootFolderPath { get; set; } public int ProfileId { get; set; } public MovieStatusType MinimumAvailability { get; set; } } }