mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 17:59:14 +00:00
9 lines
205 B
C#
9 lines
205 B
C#
namespace NzbDrone.Core.Model
|
|
{
|
|
public class SabnzbdInfoModel
|
|
{
|
|
public string Host { get; set; }
|
|
public int Port { get; set; }
|
|
public string ApiKey { get; set; }
|
|
}
|
|
}
|